Class MyRandom.StateToken
Inheritance
System.Object
MyRandom.StateToken
Namespace: VRage.Library.Utils
Assembly: VRage.Library.dll
Syntax
public sealed class StateToken : ValueType, IDisposable
Constructors
StateToken(MyRandom)
Declaration
public StateToken(MyRandom random)
Parameters
Type | Name | Description |
---|---|---|
My |
random |
StateToken(MyRandom, Int32)
Declaration
public StateToken(MyRandom random, int newSeed)
Parameters
Type | Name | Description |
---|---|---|
My |
random | |
System. |
newSeed |
Methods
Dispose()
Declaration
public void Dispose()