2 unstable releases
Uses old Rust 2015
0.2.0 | Mar 2, 2019 |
---|---|
0.1.0 | May 25, 2018 |
#9 in #gaussian
46 downloads per month
Used in 3 crates
30KB
495 lines
java-rand
Pure Rust implementation of java.util.Random
.
Method names should be extremely similar to the Java implementation.
Note: gaussian random numbers are incorrect for now, as that would require StrictMath.
lib.rs
:
Implementation of the Java Random Number generator.