HARK icon indicating copy to clipboard operation
HARK copied to clipboard

We should not use both `seed` and `RNG`.

Open alanlujan91 opened this issue 1 year ago • 4 comments

We should only expose publicly the seed variable, which internally sets the RNG. The user should never have to create or pass an RNG object, and should never have to use the RNG object directly.

Additionally, recommended seeds are huge strings or numbers, so we should not be using 12345 or the like to set the RNG.

alanlujan91 avatar Feb 07 '24 13:02 alanlujan91