pub const RNG_SEED: u64 = 42;
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.
RandomDraw