Class RngExtensions
Inheritance
object
RngExtensions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: InsaneScatterbrain.ScriptGraph
Syntax
public static class RngExtensions
Methods
GetState(Rng)
Declaration
public static RngState GetState(this Rng rng)
Parameters
Type | Name | Description |
---|---|---|
Rng | rng |
Returns
Type | Description |
---|---|
RngState |
SetState(Rng, RngState)
Declaration
public static void SetState(this Rng rng, RngState state)
Parameters
Type | Name | Description |
---|---|---|
Rng | rng | |
RngState | state |
State(Rng)
Declaration
public static RngState State(this Rng rng)
Parameters
Type | Name | Description |
---|---|---|
Rng | rng |
Returns
Type | Description |
---|---|
RngState |
State(Rng)
Declaration
public static RngState State(this Rng rng)
Parameters
Type | Name | Description |
---|---|---|
Rng | rng |
Returns
Type | Description |
---|---|
RngState |