Searched refs:lrand48 (Results 1 - 8 of 8) sorted by relevance

/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dlrand48.c26 lrand48 () function
H A Dstdlib.h493 extern long int lrand48 (void) __THROW;
/haiku/src/add-ons/screen_savers/spider/
H A DPolygon.cpp23 pv->point.x = bounds.left + fmod(lrand48(), bounds.Width());
24 pv->point.y = bounds.top + fmod(lrand48(), bounds.Height());
25 pv->vector.x = min + fmod(lrand48(), max - min);
26 pv->vector.y = min + fmod(lrand48(), max - min);
H A DSpiderSaver.cpp212 minPoints + lrand48() % (maxPoints - minPoints)),
213 minQueueDepth + lrand48() % (maxQueueDepth - minQueueDepth));
/haiku/headers/posix/
H A Dstdlib.h119 extern long lrand48(void);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2052 void lrand48() {} function
H A Dlibroot_stubs_legacy.c2020 void lrand48() {} function
/haiku/headers/cpp/
H A Dstl_algo.h833 // whether we're using rand (part of the standard C library) or lrand48
841 return lrand48() % __n;

Completed in 137 milliseconds