Lines Matching refs:nextf
106 float nextf ();
113 float nextf (float rangeMin, float rangeMax);
166 double nextf ();
173 double nextf (double rangeMin, double rangeMax);
278 Rand32::nextf (float rangeMin, float rangeMax) in nextf() function
280 float f = nextf(); in nextf()
318 Rand48::nextf () in nextf() function
325 Rand48::nextf (double rangeMin, double rangeMax) in nextf() function
327 double f = nextf(); in nextf()
341 v[i] = (typename Vec::BaseType) rand.nextf (-1, 1); in solidSphereRand()
359 v[i] = (typename Vec::BaseType) rand.nextf (-1, 1); in hollowSphereRand()
379 x = float (rand.nextf (-1, 1)); in gaussRand()
380 y = float (rand.nextf (-1, 1)); in gaussRand()