blazefl.reproducibility.create_rng_suite

blazefl.reproducibility.create_rng_suite#

blazefl.reproducibility.create_rng_suite(seed: int) RNGSuite[source]#

Creates a new suite of isolated random number generators from a single seed.

This is a convenience factory function to instantiate RNGSuite with all its generators properly seeded and ready for use.

Parameters:

seed – The master seed to initialize all generators in the suite.

Returns:

A new RNGSuite instance.