prandom

Crates.ioprandom
lib.rsprandom
version0.1.0
sourcesrc
created_at2023-08-28 08:13:51.784253
updated_at2023-08-28 08:13:51.784253
descriptionSome PNRG algorithms implemented in Rust.
homepage
repositoryhttps://github.com/ferhatgec/prandom
max_upload_size
id956676
size8,098
Ferhat Geçdoğan (ferhatgec)

documentation

https://docs.rs/prandom

README

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.

Commit count: 3

cargo fmt