Class RandomDataGenerator


  • public class RandomDataGenerator
    extends Object
    Copied from the Apache Commons Math library.

    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)