Class BaseRandom

  • java.lang.Object
    • samer.maths.random.BaseRandom
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      protected java.util.Random rnd 
    • Constructor Summary

      Constructors 
      Constructor and Description
      BaseRandom() 
    • Method Summary

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

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

      • rnd

        protected java.util.Random rnd
    • Constructor Detail

      • BaseRandom

        public BaseRandom()
    • Method Detail

      • dispose

        public void dispose()
        Specified by:
        dispose in interface Generator
      • next

        public void next(double[] x)
        Specified by:
        next in interface Generator