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
_______________________________________________
computer-go mailing list
computer-go@computer-go.org
http://www.computer-go.org/mailman/listinfo/computer-go/

Reply via email to