Class BigIntegerRangeRandomizer

    • Constructor Detail

      • BigIntegerRangeRandomizer

        BigIntegerRangeRandomizer(Integer min, Integer max, long seed)
        Parameters:
        min - min value (inclusive)
        max - max value (exclusive)
        seed - initial seed
    • Method Detail

      • getRandomValue

         BigInteger getRandomValue()

        Generate a random value for the given type.

        Returns:

        a random value for the given type