arch.bootstrap.MovingBlockBootstrap.generator

property MovingBlockBootstrap.generator : Generator | RandomState

Set or get the instance PRNG

Parameters:
seed : {Generator, RandomState}, optional

Generator or RandomState used to produce the pseudo-random values used in the bootstrap

Returns:

The instance of the Generator or RandomState instance used by bootstrap

Return type:

{Generator, RandomState}