pseudorandom-number-generator
There are 40 repositories under pseudorandom-number-generator topic.
sindresorhus/randoma
User-friendly pseudorandom number generator (PRNG)
sindresorhus/park-miller
Park-Miller pseudorandom number generator (PRNG)
vigna/dsiutils
The DSI Utilities are a mishmash of classes accumulated during the last twenty years in projects developed at the DSI (Dipartimento di Scienze dell'Informazione, i.e., Information Sciences Department), now DI (Dipartimento di Informatica, i.e., Informatics Department), of the Università degli Studi di Milano.
johon-lituobang/REDS_Nonasymptotic
Robust estimations from distribution structures: III. Non-asymptotic
vigna/CPRNG
Data and code associated with the paper "Computationally easy, spectrally good multipliers for congruential pseudorandom number generators"
vigna/MRG32k3a
A fast, testless MRG32k3a implementation
sharase/melg-64
Implementing 64-bit Maximally Equidistributed F2-Linear Generators with Mersenne Prime Period
LUXOPHIA/Random
Pseudorandom number generator for MultiThread
Shiroechi/Litdex.Security.RNG
A collection of Pseudo Random Number Generator (PRNG) for .NET
arminms/p2rng
A modern header-only C++ library for parallel algorithmic (pseudo) random number generation supporting OpenMP, CUDA, ROCm and oneAPI
huangli712/Flink
A collection of Fortran modules and subroutines for scientific computing
OUIsolutions/maktub
A determinist pseudo random Unversal Fuzzer
Stassi/implausible
Generate pseudorandom numbers with optional seed and choice of algorithm.
QwertyR0/ezrandom
a basic random generator with lot of features
tueda/tinymt-cpp
A C++11 header-only implementation of the TinyMT pseudo-random number generator.
danieltorrez29/MonteCarloArcheryGameSimulator
Archery game simulator based on Monte Carlo method.
fDero/Ezra
Simple C library to generate uniformally-distributed pseudo-random numbers with no third party dependencies
austin-hill/PRNGs
A set of PRNGs implemented in C++ and Python, tests of their equidistribution, along with an essay on the mathematics behind them
dariastarica/Cryptography-Algorithms
A collection of implemented cryptography algorithms and optimizations.
dgof01/Breakdown_and_Repair_Simulation_Modeling
Software made in Python to be able to simulate the breakdowns of N machines and their repairs by N operators
Frayu1600/DualEcPoC
Tesi di laurea in ingegneria informatica
GwennKoi/SquirrelNoise5LPC
This is an LPC port of the SquirrelNoise5 hash functions by Squirrel Eiserloh written to be compatible with FluffOS.
GwennKoi/XorShiftLPC
LPC port of the XorShift Procedural Random Number Generator
kazdyrkeicam/PRNG_xorshift
Implementing pseudo random number generators for AVR's
luchodevp/BINGO
Es un simulador del juego de BINGO hecho en Python. Contiene una interfaz gráfica sencilla hecha con tkinter y utiliza la hora actual del sistema como semilla para generar números pseudo aleatorios. En la carpeta images hay 3 imágenes que fueron utilizadas en conjunto con tkinter para crear la Interfaz de este proyecto educativo.
nayantelrandhe/Metropolis-Algorithm
Metropolis Algorithm for a 2D Ising Model
ndr3www/LCG
Small pseudorandom number generator
pawel200020/Pseudorandom-number-generator
Implementation of pseudorandom number generators for various distributions, including testing. Project made for the subject "Probability and statistics" at the Jagiellonian University.
quantumferret/Arduino-DiceRoller
Project for NSWI170 Computer Systems course
AdrianBL1/cuadrados_medios_shinyapp
Aplicación en R con Shiny para la creación de números de pseudoaleatorios con el algoritmo de cuadrados medios. Aplicación en Desarrollo.
GwennKoi/PerlinNoiseLPC
Perlin Noise library for FluffOS LPC.
paukiss/numPseudoaleatorios
Pseudorandom number generator
seaglade/CollatzRand
My Collatz Conjecture based PRNG. It takes advantage of the geometric Brownian motion of the sequence for a given seed to generate pseudorandom bits
Stassi/seeded
Seedable pseudorandom number generator (PRNG).
tueda/dcmt-cpp
A C++11 wrapper library for Dynamic Creator of Mersenne Twisters.