nn::math::TinyMt::Initialize Member Function#include <nn/math.h>
void Initialize(
const bit32 * pSeed,
int numSeed
);
| Name | Description | |
|---|---|---|
| in | pSeed |
Pointer to the 32-bit data series used as a seed. |
| in | numSeed |
The number of array elements indicated by pSeed. |
Initializes with a 32-bit series as a seed.
CONFIDENTIAL