1 unstable release
0.1.0 | Aug 28, 2023 |
---|
#2407 in Algorithms
9KB
174 lines
prandom
some prng algorithms implemented in rust
Structs
LinearCongruential
,MersenneTwister
,MultiplyWithCarry
Common Functions
init_by_pos(usize, usize)
init_by_seed(usize)
take()