vote up 1 vote down star
1

I am wondering what is the best hash function for procedural textures, especially perlin noise. I know about the PRNG posted on this page, but this claims that it is not a good PRNG

Thanks

flag

1 Answer

vote up 1 vote down check

I use the "Mersenne Twister with improved initialization" PRNG for my implementation perlin-noise and other procedural textures (http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/MT2002/emt19937ar.html) It is very efficient and the randomness is very good.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.