AI Dynamics

Global AI News Aggregator

About

Python Random Seed Bug: Identical Streams from Different Seeds

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

→ View original post on X — @karpathy,