HomeSort by relevance Sort by last modified time
    Searched defs:g_rand_int (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/glib/
grand.c 360 * g_rand_int:
369 g_rand_int (GRand* rand) function
431 /* This method, which only calls g_rand_int once is only good
433 * from the one call to g_rand_int (). */
435 /* we are using (trans + trans * trans), because g_rand_int only
436 * covers [0..2^32-1] and thus g_rand_int * trans only covers
440 gdouble double_rand = g_rand_int (rand) *
473 random = g_rand_int (rand);
500 32. Thats why we need two calls to g_rand_int */
501 gdouble retval = g_rand_int (rand) * G_RAND_DOUBLE_TRANSFORM
    [all...]
galias.h 2235 #define g_rand_int macro
    [all...]
galiasdef.c 2241 #undef g_rand_int macro
    [all...]

Completed in 28 milliseconds