This commit is contained in:
Francesco Mecca 2019-04-27 09:22:59 +02:00
parent 4799d9d58b
commit a98f547c8b

View file

@ -47,7 +47,7 @@ auto shuffle(string[] args, const string t)
template DevRandomGen(string gen)
if (gen == "/dev/random" || gen == "/dev/urandom")
if (gen == "/dev/random" || gen == "/dev/urandom")
{
struct DevRandomGen
{