1 2 3 4 5 6 7 8
mod java_calls; pub use java_calls::*; mod java_random_reverser; /// An implementation of Java's Random.<br> /// Used internally and in the example. pub mod java_random;