Re: Euphoria's random number generator
- Posted by hacker Jan 08, 2011
- 1335 views
Thanks for the feedback. I'm writing a poker simulator, so maybe it doesn't need to be as good as for a cryptographic application. I've just been looking at different RNG algorithms and it seems a good one is the "Mersenne Twister". Theres a routine for it in the archive, so probably better that I use that, rather than the default Eu RNG.