Searched refs:nextRandomDouble (Results 1 – 2 of 2) sorted by relevance
56 double nextRandomDouble() { in nextRandomDouble() function135 double dice = nextRandomDouble(); in invoke()274 printf("seed = %ld, nextRandomDouble() = %f\n", seed, nextRandomDouble()); in main()282 double dice = nextRandomDouble(); in main()291 dice = nextRandomDouble(); in main()
177 double nextRandomDouble() { in nextRandomDouble() function1016 + (mWhiteNoise.nextRandomDouble() * mNoiseAmplitude); in process()