Home
last modified time | relevance | path

Searched refs:_randomstate (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A D_randommodule.c89 } _randomstate; typedef
91 static inline _randomstate*
96 return (_randomstate *)state; in get_random_state()
303 _randomstate *state = _randomstate_type(Py_TYPE(self)); in random_seed()
532 _randomstate *state = _randomstate_type(Py_TYPE(self)); in random_init()
587 _randomstate *state = get_random_state(module); in _random_exec()
648 sizeof(_randomstate),

Completed in 2 milliseconds