[−][src]Crate weyl
Weyl, a fast PRNG based on the Middle Square Weyl Sequence.
Warning: Not cryptographically secure.
Structs
| Rng | Middle Square Weyl Sequence PRNG In other words it generates random numbers. |
Functions
| f64 | returns a random f64 |
| fill | fill bytes slice with random data |
| last_seed | |
| seed | reseed the generator |
| u64 | returns a random u64 |