Comment on Ask HN: Blocking os.urandom calls in Python = 3.6parentComments−detaro7yNo, entropy can't "go down" and cause os.urandom to suddenly start blocking. Once it has returned a value, it will never block.
Comments
No, entropy can't "go down" and cause os.urandom to suddenly start blocking. Once it has returned a value, it will never block.