[][src]Crate tiny_rng

Tiny RNG, a minimal random number generator

Warning: Not cryptographically secure.

  • Use Rng for statistical purposes.
  • Do not use LcRng for scientific purposes.
  • Use LcRng just in case Rng is not fast enough.

Structs

LcRng
Rng

Traits

Rand