Searched refs:urandom (Results 1 – 3 of 3) sorted by relevance
103 ep = 'client_' + binascii.b2a_hex(os.urandom(1)).decode()132 ep = 'client_' + binascii.b2a_hex(os.urandom(1)).decode()
299 seed_value = int.from_bytes(os.urandom(8), byteorder="big")
377 When used, the random generator will be seeded from ``/dev/urandom``