Searched refs:_urandom (Results 1 – 2 of 2) sorted by relevance
47 from os import urandom as _urandom unknown115 a = long(_hexlify(_urandom(2500)), 16)677 a = long(_hexlify(_urandom(16)), 16)817 return (long(_hexlify(_urandom(7)), 16) >> 3) * RECIP_BPF826 x = long(_hexlify(_urandom(bytes)), 16)
44 from os import urandom as _urandom unknown679 return (int.from_bytes(_urandom(7), 'big') >> 3) * RECIP_BPF688 x = int.from_bytes(_urandom(numbytes), 'big')