Searched refs:drmRandom (Results 1 – 4 of 4) sorted by relevance
107 extern unsigned long drmRandom(void *state);147 unsigned long drmRandom(void *state) in drmRandom() function165 return (double)drmRandom(state)/(double)s->m; in drmRandomDouble()176 initial = drmRandom(state); in check_period()178 while (initial != drmRandom(state)) { in check_period()194 rand = drmRandom(state); in main()
99 #define HASH_RANDOM drmRandom(state)
70 #define SL_RANDOM drmRandom(state)
688 extern unsigned long drmRandom(void *state);