Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_randommodule.c14 * genrand_uint32() and the helper functions, init_genrand()
124 genrand_uint32(RandomObject *self) in genrand_uint32() function
179 uint32_t a=genrand_uint32(self)>>5, b=genrand_uint32(self)>>6; in _random_Random_random_impl()
499 return PyLong_FromUnsignedLong(genrand_uint32(self) >> (32 - k)); in _random_Random_getrandbits_impl()
516 r = genrand_uint32(self); in _random_Random_getrandbits_impl()

Completed in 1 milliseconds