Method ResetState
ResetState()
Resets a sampler's state to its base random seed
Declaration
public void ResetState()
Implements
ResetState(int)
Resets a sampler's state to its base random seed and then offsets said seed using an index value
Declaration
public void ResetState(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | Often a the active scenario's currentIteration |