Hacker News new | past | comments | ask | show | jobs | submit login

Yes, absolutely. That can be done using the global state (i.e. calling rand() or random()), or is probably better done by pulling from the system entropy pool (via /dev/urandom on Linux).



Still no good; you can get spurious correlations between rng outputs on each core. You need something like L'Ecuyer RNG streams.


Well, using /dev/urandom is a vast improvement over doing nothing.

But your point is well taken. People doing serious Monte Carlo simulations should probably use a more sophisticated RNG.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: