Expand description
Pseudorandom number generator implemented with the same algorithm and parameters as
java.util.Random.
This crate has feature parity with the Java 17 implementation of Random. The crate
includes the sources for fdlibm (freely distributable libm) which is used by StrictMath
in Java.
Structsยง
- Random
- A pseudorandom number generator