Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dpylifecycle.h87 PyAPI_FUNC(void) _PyRandom_Init(void);
/external/python/cpython2/Include/
Dpythonrun.h131 PyAPI_FUNC(void) _PyRandom_Init(void);
/external/python/cpython2/Python/
Drandom.c355 _PyRandom_Init(void) in _PyRandom_Init() function
Dpythonrun.c194 _PyRandom_Init(); in Py_InitializeEx()
/external/python/cpython3/Python/
Drandom.c537 _PyRandom_Init(void) in _PyRandom_Init() function
Dpylifecycle.c344 _PyRandom_Init(); in _Py_InitializeEx_Private()
/external/python/cpython2/Modules/
Dmain.c289 _PyRandom_Init(); in Py_Main()
/external/python/cpython3/Modules/
Dmain.c398 _PyRandom_Init(); in Py_Main()