Class BigRandom

  • All Implemented Interfaces:
    java.io.Serializable

    public final class BigRandom
    extends java.util.Random
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BigRandom()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.math.BigInteger nextBigInt​(int bits)  
      • Methods inherited from class java.util.Random

        doubles, doubles, doubles, doubles, ints, ints, ints, ints, longs, longs, longs, longs, next, nextBoolean, nextBytes, nextDouble, nextFloat, nextGaussian, nextInt, nextInt, nextLong, setSeed
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BigRandom

        public BigRandom()
    • Method Detail

      • nextBigInt

        public java.math.BigInteger nextBigInt​(int bits)