On Wednesday, 24 July 2013 at 11:32:17 UTC, bearophile wrote:
Compiling with LDC2 I have found Xorshift about as fast as C rand :-)

Minor point, but it may be worth checking the number of bits used in different languages' Xorshifts. For D the default is 128. If others use less (or more) they may be faster (or slower).

Reply via email to