Class RandomHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      RandomHandler()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract java.util.Random current()
      Returns the current Random.
      • Methods inherited from class java.lang.Object

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

      • RandomHandler

        public RandomHandler()
    • Method Detail

      • current

        public abstract java.util.Random current()
        Returns the current Random.
        Returns:
        the current Random.