Commons RNG provides implementations of pseudo-random numbers generators that are
faster; of higher quality; and/or of a longer period than
java.util.Random and java.util.SplittableRandom.
The "core" module contains pure Java implementations of algorithms that generate pseudo-random sequences of numbers.
This module is not intended for direct use by applications. For instantiating a generator, application developers are advised to use the factory methods provided by the "commons-rng-simple" module.
The Javadoc is available for the benefit of developers who would like to contribute to this library.
Copyright © 2016-2024 The Apache Software Foundation. All Rights Reserved.