InitState(uint)
Initialized the state of the Random instance with a given seed value. The seed must be non-zero.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: Unity.Mathematics
- Assembly: UnityEngine.MathematicsModule
public void InitState(uint seed = 1851936439)
Parameters
The seed to initialize with.