Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_randommodule.c97 #define _randomstate_global get_random_state(PyState_FindModule(&_randommodule)) macro
294 n = PyObject_CallOneArg(_randomstate_global->Long___abs__, arg); in random_seed()
522 if (type == (PyTypeObject*)_randomstate_global->Random_Type && in random_new()