#random #rand #pseudo-random #srand #rust

prandom

Some PNRG algorithms implemented in Rust

1 unstable release

0.1.0 Aug 28, 2023

#2136 in Algorithms

MIT license

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()

prandom licensed under the terms of MIT License.

No runtime deps