Searched refs:RECIP_BPF (Results 1 – 2 of 2) sorted by relevance
97 RECIP_BPF = 2 ** -BPF variable781 return (int.from_bytes(_urandom(7), 'big') >> 3) * RECIP_BPF
63 RECIP_BPF = 2**-BPF variable817 return (long(_hexlify(_urandom(7)), 16) >> 3) * RECIP_BPF