Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10397, comment 16


Ignore:
Timestamp:
Oct 16, 2011, 6:01:17 PM (13 years ago)
Author:
Remy Blank

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10397, comment 16

    initial v1  
    1 [attachment:10397-use-urandom-r01832.patch] is my last attempt. It uses `os.urandom()` if available, and falls back to a technique similar to comment:1 if not. It exposes the random sequence generator as `urandom()`, and should generate different sequences in different processes, therefore solving the original issue.
     1[attachment:10397-use-urandom-r10832.patch] is my last attempt. It uses `os.urandom()` if available, and falls back to a technique similar to comment:1 if not. It exposes the random sequence generator as `urandom()`, and should generate different sequences in different processes, therefore solving the original issue.