In today's episode of programming horror… In the Python docs of random.seed() def, we're told
"If a is an int, it is used directly." [1] But if you seed with 3 or -3, you actually get the exact same rng object, producing the same streams. (TIL). In nanochat I was using the
Python Random Seed Bug: Identical Streams from Different Seeds
By
–
