The Mersenne Twister ( http://en.wikipedia.org/wiki/Mersenne_twister )
is a high-quality PRNG designed for Monte Carlo simulations,
stochastic algorithms, and the like, which need high-quality random
numbers. It's actually the default RNG in Python and Ruby.
I looked on the project dashboard and didn't see any implementations of it.
Is anyone working on this or interested?
I realize you could just use an RNG from another language via SWIG or something.
I'm new to Go and porting an existing implementation (which is under a
suitable license) seems like a good learning exercise that would
actually benefit Go users.
Thanks.
Warren