Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_randommodule.c146 init_genrand(RandomObject *self, unsigned long s) in init_genrand() function
177 init_genrand(self, 19650218UL); in init_by_array()
227 init_genrand(self, (unsigned long)now); in random_seed()
/external/python/cpython3/Modules/
D_randommodule.c149 init_genrand(RandomObject *self, uint32_t s) in init_genrand() function
178 init_genrand(self, 19650218U); in init_by_array()
/external/python/cpython3/Doc/
Dlicense.rst278 Before using, initialize the state by using init_genrand(seed)
/external/python/cpython2/Doc/
Dlicense.rst278 Before using, initialize the state by using init_genrand(seed)