2 ms·
Random number generators notwithstanding.
by encomiast 15d ago
Random number generators notwithstanding.
- taneq 15d agoThey’re unreliably unreliable.
- wombatpm 15d agoSame seed gives the same sequence. Use that to debug Monte Carlo simulations all the time.
- Brian_K_White 15d agoThe definition of "not repeatable" or unreliable in an rng is if it was random sometimes, and predictable other times.