Class RandomDataGenerator

java.lang.Object
org.instancio.internal.random.RandomDataGenerator

public final 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 Details

    • nextLong

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