micropython-lib/os/example_urandom.py

5 wiersze
50 B
Python

import os
r = os.urandom(10)
assert len(r) == 10