A good random number generator for C -
i need random number generator programme i'm writing in c. it's fractal flame generator, if you're interested. images coming out grainy, though had success same algorithm in past. difference, realized, random number generator using. incredibly, makes enormous difference. i'm hoping improve random number generator might yield improve results. reply come in form of code sample or link pre-existing random number library. of import requirements:
it should produce relatively high quality streams of random numbers his period must on 10 billion it should fast plenty , offer performance trade-off.
this seems use-case mersenne twister
it's faster standard implementations of rand() it has long (2^19937 − 1) period it has pretty high quality - passes standardized randomness tests it's public domain c random prng
No comments:
Post a Comment