Class RandImpl

  • All Implemented Interfaces:
    Rand

    public class RandImpl
    extends java.lang.Object
    implements Rand
    • Constructor Summary

      Constructors 
      Constructor Description
      RandImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double next()  
      • Methods inherited from class java.lang.Object

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

      • RandImpl

        public RandImpl()
    • Method Detail

      • next

        public double next()
        Specified by:
        next in interface Rand