Apache Commons RNG: Random Numbers Generators
Commons RNG provides implementations of pseudo-random numbers generators that are
faster; of higher quality; and/or of a longer period than
The "client API" module contains the code that defines the API for client code. Example:
Browse the Javadoc to see the complete API. |