Version: 2021.1
언어: 한국어

State

struct in UnityEngine

매뉴얼로 전환

설명

Serializable structure used to hold the full internal state of the random number generator. See Also: Random.state.

This is an opaque data structure intended for serialization (save and restore) purposes only. Its fields are all private and have no useful meaning on their own outside of the algorithm. A seed set with InitState, for example, cannot be retrieved after even a single iteration of the generator.

See Random for details on the algorithm.