nn::math::MersenneTwister::State Structurenn/math.h struct State
{
int index;
bit32 state[PARAMETER_N];
};
Structure for saving the internal state of random number generation.
| index | int |
The internal state. | |
|---|---|---|---|
| state | bit32 |
The internal state. |
CONFIDENTIAL