cchalmers / pcg-random

Haskell interface to the pcg random number generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Windows has no /dev/urandom, always gets warning message

akhra opened this issue · comments

There is no built-in way to suppress the warning about inferior clock seeding. It can get awfully spammy while testing things!

Fixed with cd7d112. It now uses entropy which uses CryptAPI for Windows.

Woah... that was fast! :D