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