Home
last modified time | relevance | path

Searched refs:init_genrand (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()
28 Before using, initialize the state by using init_genrand(seed)
185 init_genrand(RandomObject *self, uint32_t s) in init_genrand() function
214 init_genrand(self, 19650218U); in init_by_array()

Completed in 2 milliseconds