nn::math::TinyMt::State Structure

Header file: nn/math.h

Syntax

struct State
{
   bit32 state[PARAMETER_N];
};

Description

Structure for saving the internal state of random number generation.

Member Variables

state bit32 The internal state.

Revision History

2012/05/11
Initial version.

CONFIDENTIAL