Class DefaultRandomSetter

java.lang.Object
repast.simphony.parameter.SimpleParameterSetter
repast.simphony.engine.environment.DefaultRandomSetter
All Implemented Interfaces:
ParameterSetter

public class DefaultRandomSetter extends SimpleParameterSetter
Sets the default random seed to the current time and creates a uniform random stream.
See Also:
  • Constructor Details

    • DefaultRandomSetter

      public DefaultRandomSetter()
  • Method Details

    • next

      public void next(Parameters params)
      Sets the random seed to the current time and creates a uniform stream.
      Parameters:
      params - ignored