OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_urandom
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
random.py
47
from os import urandom as
_urandom
namespace
111
a = long(_hexlify(
_urandom
(16)), 16)
669
a = long(_hexlify(
_urandom
(16)), 16)
809
return (long(_hexlify(
_urandom
(7)), 16) >> 3) * RECIP_BPF
818
x = long(_hexlify(
_urandom
(bytes)), 16)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
random.py
47
from os import urandom as
_urandom
namespace
111
a = long(_hexlify(
_urandom
(16)), 16)
669
a = long(_hexlify(
_urandom
(16)), 16)
809
return (long(_hexlify(
_urandom
(7)), 16) >> 3) * RECIP_BPF
818
x = long(_hexlify(
_urandom
(bytes)), 16)
Completed in 241 milliseconds