Home
last modified time | relevance | path

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

/third_party/python/Lib/
H A Drandom.py52 from os import urandom as _urandom namespace
798 return (int.from_bytes(_urandom(7)) >> 3) * RECIP_BPF
805 x = int.from_bytes(_urandom(numbytes))
812 return _urandom(n)

Completed in 2 milliseconds