Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
D_randommodule.c.h36 _random_Random_seed_impl(RandomObject *self, PyObject *n);
52 return_value = _random_Random_seed_impl(self, n); in _random_Random_seed()
/external/python/cpython3/Modules/
D_randommodule.c363 _random_Random_seed_impl(RandomObject *self, PyObject *n) in _random_Random_seed_impl() function