Documentation of 'org.encog.mathutil.randomize.factory.BasicRandomFactory' Java class
BasicRandomFactory
org.encog.mathutil.randomize.factory

Class BasicRandomFactory

  • All Implemented Interfaces:
    java.io.Serializable, RandomFactory


    public class BasicRandomFactory
    extends java.lang.Object
    implements RandomFactory, java.io.Serializable
    Basic random number generator factory. Simply returns the Random class.
    See Also:
    Serialized Form
    • Constructor Detail

      • BasicRandomFactory

        public BasicRandomFactory()
        Construct a random generator factory. No assigned seed.
      • BasicRandomFactory

        public BasicRandomFactory(long theSeed)
        Construct a random generator factory with the specified seed.
        Parameters:
        theSeed - The seed.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.