Searched refs:frand (Results 1 – 6 of 6) sorted by relevance
169 frand(void) in frand() function181 m->d[i] = frand() * exp(10.0 * frand()); in randomize_matrix()183 m->d[i] = frand(); in randomize_matrix()
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; \