Service Routines

Service Routines#

Routine

Description

leapfrog

Proceed state of engine by the leapfrog method to generate a subsequence of the original sequence

skip_ahead

Advances the state of the given engine as if it had generated 32 random bits a specified number of times.

save_state

Functionality to save the engine state in binary format to the file or memory buffer

load_state

Functionality to load the state of the random number engine from the provided memory buffer or file, then creates new engine object

get_state_size

Function to get the size in bytes which is needed to store the state of random number engine