2 unstable releases

Uses old Rust 2015

0.2.0 Mar 2, 2019
0.1.0 May 25, 2018

#2488 in Algorithms

Download history 15/week @ 2024-07-22 50/week @ 2024-07-29 24/week @ 2024-08-05 22/week @ 2024-08-12 13/week @ 2024-08-19 41/week @ 2024-08-26 13/week @ 2024-09-02 24/week @ 2024-09-09 15/week @ 2024-09-16 49/week @ 2024-09-23 21/week @ 2024-09-30 1/week @ 2024-10-07 9/week @ 2024-10-14 13/week @ 2024-10-21 9/week @ 2024-10-28 23/week @ 2024-11-04

54 downloads per month
Used in 3 crates

MIT license

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.

No runtime deps