nn::math::TinyMt::RestoreState Member Function#include <nn/math.h>
void RestoreState(
const TinyMt::State * pStateBuffer
);
| Name | Description | |
|---|---|---|
| in | pStateBuffer |
The number of array elements indicated by pSeed. |
Restores the internal state.
Restores the internal state saved with the SaveState function. By doing so, you can re-start the generation of random numbers from the saved state.
This function can be used instead of the Initialize function.
CONFIDENTIAL