Class DefaultRandomNumberGenerator

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int nextPercentageValue()
      Returns a positive random integer number in range [0, 100).
      long nextPositiveLong()
      Returns a positive random long number (including 0).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait