Skip to content
  • Dionysis Zindros's avatar
    Windows port: Unit tests now avoid /dev/urandom. · 4fdbb165
    Dionysis Zindros authored
    Instead of using /dev/urandom which is specific to UNIX systems, switch to the
    Python os.urandom() which is a cross-system solution and also works on Windows
    systems. This allows for running the unit tests on Windows systems as well.
    4fdbb165