tango.math.random.engines.CMWC

License:
BSD style:

Version:
Initial release: July 2008

author:
Fawzi Mohamed

alias CMWC_4096_1 = CMWC!(4096u, 18782LU).CMWC;
some variations, the first has a period of ~10^39461, the first number (r) is basically the size of the seed (and all bit patterns of that size are guarenteed to crop up in the period), the period is 2^(32*r)*a


Page generated by Ddoc. Copyright (c) 2008. Fawzi Mohamed