Space Engineers
Public Member Functions | Public Attributes | List of all members
VRage.Library.Utils.MyRandom.StateToken Struct Reference
Inheritance diagram for VRage.Library.Utils.MyRandom.StateToken:

Public Member Functions

 StateToken (MyRandom random)
 
 StateToken (MyRandom random, int newSeed)
 
void Dispose ()
 

Public Attributes

MyRandom m_random
 
State m_state
 

Detailed Description

Definition at line 31 of file MyRandom.cs.

Constructor & Destructor Documentation

VRage.Library.Utils.MyRandom.StateToken.StateToken ( MyRandom  random)
inline

Definition at line 36 of file MyRandom.cs.

VRage.Library.Utils.MyRandom.StateToken.StateToken ( MyRandom  random,
int  newSeed 
)
inline

Definition at line 42 of file MyRandom.cs.

Member Function Documentation

void VRage.Library.Utils.MyRandom.StateToken.Dispose ( )
inline

Definition at line 49 of file MyRandom.cs.

Member Data Documentation

MyRandom VRage.Library.Utils.MyRandom.StateToken.m_random

Definition at line 33 of file MyRandom.cs.

State VRage.Library.Utils.MyRandom.StateToken.m_state

Definition at line 34 of file MyRandom.cs.


The documentation for this struct was generated from the following file: