Class DefaultRandomStreamAction

java.lang.Object
repast.simphony.engine.environment.DefaultControllerAction
repast.simphony.engine.controller.DefaultRandomStreamAction
All Implemented Interfaces:
ControllerAction

public class DefaultRandomStreamAction extends DefaultControllerAction
This action grabs from the current parameters the value of ParameterConstants.DEFAULT_RANDOM_SEED_USAGE_NAME and if that is not null it uses its int value to set the default seed through the RandomHelper.setSeed(int) method.
Author:
Jerry Vos