RNG_SEED

Constant RNG_SEED 

Source
pub const RNG_SEED: u64 = 42;
Expand description

A global seed for the random number generator used in randomized policies

This seed ensures reproducible behavior when using the RandomDraw policy across different runs of the program.