Abstract class implementing the {@link RandomGenerator} interface.Default implementations for all methods other than {@link #nextDouble()} and{@link #setSeed(long)} are provided.
All data generation methods are based on {@code code nextDouble()}. Concrete implementations must override this method and should provide better / more performant implementations of the other methods if the underlying PRNG supplies them.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.