prandom 0.1.0

Some PNRG algorithms implemented in Rust.
Documentation
  • Coverage
  • 0%
    0 out of 29 items documented0 out of 14 items with examples
  • Size
  • Source code size: 7.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.89 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • ferhatgec/prandom
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ferhatgec

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.