Mersenne Twister for RNG configuration in CUDA

MersenneTwister.dat which is included in CUDA SDK, contains data for only 4096 configs. Can anyone help to provide dat file which can be used for higher configurations, Thanks very much!

I want to increase MT_RNG_COUNT in order to get more random numbers. Can anyone help to tell me how to generate MersenneTwister.dat file for more config?

Use spawnTwisters.c. This utility generates as many states as you need, but less than 65536.