nn::math::MersenneTwister::Initialize Member Function#include <nn/math.h>
void Initialize();
void Initialize(
bit32 seed
);
void Initialize(
const bit32 * pSeed,
int numSeed
);
Initialize()
|
Performs initialization. |
Initialize ( bit32 )
|
Initializes with a 32-bit seed. |
Initialize ( const bit32 *, int )
|
Initializes with a 32-bit series as a seed. |
Initialize( ) Performs initialization using crypto::GenerateRandomBytes.
Initialize ( bit32 ) Initialize ( const bit32 *, int ) CONFIDENTIAL