You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.util.Random acceps seeds of Java type long, which are signed 64 bits ints, i.e. i64 in Rust. Since the purpose of this crate is to replicate java.util.Random, wouldn't it make more sense to accept i64 seeds instead of u64?