Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_randommodule.c119 genrand_uint32(RandomObject *self) in genrand_uint32() function
174 uint32_t a=genrand_uint32(self)>>5, b=genrand_uint32(self)>>6; in _random_Random_random_impl()
487 return PyLong_FromUnsignedLong(genrand_uint32(self) >> (32 - k)); in _random_Random_getrandbits_impl()
504 r = genrand_uint32(self); in _random_Random_getrandbits_impl()