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