Class RandomDataGenerator


  • public class RandomDataGenerator
    extends Object
    Copied from Apache Commons Math library: https://commons.apache.org/proper/commons-math/

    This is a modified version of org.apache.commons.math3.random.RandomDataGenerator, with most of the code from the original class omitted.

    • Method Detail

      • nextLong

        public static long nextLong​(Random random,
                                    long lower,
                                    long upper)