# Random.State

> Serializable structure used to hold the full internal state of the random number generator. Additional Resources: Random.state.

## Definition

* **Type:** Struct
* **Namespace:** [UnityEngine](/engine/6000.0/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public struct Random.State
```
