Hello,
I'm looking for a small pseudo random generator with good
equidistribitions
properties at least up to dimension 1000 or more.
MT is only good up to 623 for instance, and takes too much data for its
state for my needs. The WELL series has some big generators but with an
even
bigger state.
I would like to use something like KISS (the ****ft only version) but I'm
not
sure about its equidistribution properties.
Also, as this will run on some hardware where I can't use a multiplier,
and
without much memory, I would prefer one based only on ****ft, add, xor,
etc.
Any pointer to a suitable PRNG?
A last question, is is safe to contatenate two independent 32 bits random
generators to make a 64 bits one?
Thanks,
Marc


|