[computer-go] Language
Christoph Birk
birk at ociw.edu
Wed Nov 14 12:16:59 PST 2007
On Wed, 14 Nov 2007, Don Dailey wrote:
> Also, now that I think about it, I do use Mersenne Twister - I just
> forgot about it because this was a late addition to my program. I will
> look at the SIMD version - just using the non-SIMD version was a big
> speedup over the standard library rand() function.
I do use MT too, but I don't consider it a library. It's 50 lines
of additional source code inside one of my Go-program files.
Christoph
More information about the computer-go
mailing list