Service Routines
Routine | Description |
---|---|
Proceed state of engine by the leapfrog method to generate a subsequence of the original sequence | |
Proceed state of engine by the skip-ahead method to skip a given number of elements from the original sequence | |
Functionality to save the engine state in binary format to the file or memory buffer | |
Functionality to load the state of the random number engine from the provided memory buffer or file, then creates new engine object | |
Function to get the size in bytes which is needed to store the state of random number engine |