Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_randommodule.c521 static struct PyModuleDef _randommodule = { variable
540 m = PyModule_Create(&_randommodule); in PyInit__random()
DSetup.dist180 #_random _randommodule.c # Random number generator
/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/cpython2/PC/os2emx/
Dpython27.def1277 ; From python27_s.lib(_randommodule)
/external/python/cpython2/
DAndroid.bp445 "Modules/_randommodule.c",
/external/python/cpython2/PC/VC6/
Dpythoncore.dsp168 SOURCE=..\..\Modules\_randommodule.c
/external/python/cpython2/Modules/
DSetup.dist178 #_random _randommodule.c # Random number generator
/external/python/cpython3/Misc/NEWS.d/
D3.7.3rc1.rst64 Fix a potential double free in Modules/_randommodule.c.