Hacker News new | ask | show | jobs
by maple3142 335 days ago
For python specifically, the uuid4 function does use the randomness from os.urandom, which is supposed to be cryptographically random on most platforms.