Searched refs:frand (Results 1 – 5 of 5) sorted by relevance
377 frand (double lo, double hi) in frand() function387 A[i] = frand (lo, hi); in gen_rand()394 Af[i] = (float)frand (lo, hi); in genf_rand()
17 static double frand() in frand() function
18 static double frand(){return rand64() * 0x1p-64;} in frand() function
118 static float frand(int x, int y) in frand() function401 const float r = frand(x, y); in config_input()
1019 static float frand(int x, int y) in frand() function1037 const float smooth = frand(x, y) * 2.f + progress * 2.f - 1.5f; \