Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_randommodule.c95 static struct PyModuleDef _randommodule; variable
97 #define _randomstate_global get_random_state(PyState_FindModule(&_randommodule))
592 static struct PyModuleDef _randommodule = { variable
614 m = PyModule_Create(&_randommodule); in PyInit__random()
DSetup180 #_random _randommodule.c -DPy_BUILD_CORE_MODULE # Random number generator
/external/python/cpython3/android/
DSetup.local10 _random _randommodule.c
/external/python/cpython3/
DAndroid-bionic.bp65 "Modules/_randommodule.c",
DAndroid-linux_x86_64.bp67 "Modules/_randommodule.c",
DAndroid-darwin_x86_64.bp44 "Modules/_randommodule.c",
/external/python/cpython2/RISCOS/
DMakefile325 @.^.Lib._random/pyd: @.^.Modules.o._randommodule s.linktab
326 $(MAKEDLK) -d @.^.Lib._random/pyd -s s.linktab -o @.^.Modules.o._randommodule -e init_random
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a2.rst80 Fix a potential double free in Modules/_randommodule.c.
/external/python/cpython2/PC/os2emx/
Dpython27.def1277 ; From python27_s.lib(_randommodule)
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp168 SOURCE=..\..\Modules\_randommodule.c
/external/python/cpython2/
DAndroid.bp493 "Modules/_randommodule.c",
/external/python/cpython2/Modules/
DSetup.dist178 #_random _randommodule.c # Random number generator