Class RandomDataGenerator

java.lang.Object
org.instancio.internal.random.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 Details

    • nextLong

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