Class Random
Represents a pseudo-random number generator used by Sentis.
Inherited Members
Namespace: Unity.Sentis
Assembly: Unity.Sentis.dll
Syntax
public class Random
Methods
SetSeed(int)
Sets the global Sentis random state for random values without an explicit seed.
Declaration
public static void SetSeed(int seed)
Parameters
Type | Name | Description |
---|---|---|
int | seed | The seed to set the state to |