Class DefaultRandomSetter
java.lang.Object
repast.simphony.parameter.SimpleParameterSetter
repast.simphony.engine.environment.DefaultRandomSetter
- All Implemented Interfaces:
ParameterSetter
Sets the default random seed to the current time and creates a uniform random stream.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
next
(Parameters params) Sets the random seed to the current time and creates a uniform stream.Methods inherited from class repast.simphony.parameter.SimpleParameterSetter
atEnd, canContinue, reset
-
Constructor Details
-
DefaultRandomSetter
public DefaultRandomSetter()
-
-
Method Details
-
next
Sets the random seed to the current time and creates a uniform stream.- Parameters:
params
- ignored
-