Searched refs:nextRandomDouble (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libaaudio/tests/
H A Dtest_aaudio_monkey.cpp56 double nextRandomDouble() {
135 double dice = nextRandomDouble();
274 printf("seed = %ld, nextRandomDouble() = %f\n", seed, nextRandomDouble());
282 double dice = nextRandomDouble();
291 dice = nextRandomDouble();
/frameworks/av/media/libaaudio/examples/loopback/src/
H A DLoopbackAnalyzer.h66 double nextRandomDouble() { function in class:PseudoRandom
797 + (mWhiteNoise.nextRandomDouble() * mNoiseAmplitude);

Completed in 63 milliseconds