Show / Hide Table of Contents

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
MyRandom random

StateToken(MyRandom, Int32)

Declaration
public StateToken(MyRandom random, int newSeed)
Parameters
Type Name Description
MyRandom random
System.Int32 newSeed

Methods

Dispose()

Declaration
public void Dispose()
☀
☾
In This Article
  • Constructors
    • StateToken(MyRandom)
    • StateToken(MyRandom, Int32)
  • Methods
    • Dispose()
Back to top
Generated by DocFX
☀
☾