13 url = "https://www.fourmilab.ch/random/random.zip";
14 sha256 = "1v39jlj3lzr5f99avzs2j2z6anqqd64bzm1pdf6q84a5n8nxckn1";
17 # Work around the "unpacker appears to have produced no directories"
18 # case that happens when the archive doesn't have a subdirectory.
21 nativeBuildInputs = [ unzip ];
23 buildFlags = lib.optional stdenv.cc.isClang "CC=clang";
31 description = "Pseudorandom Number Sequence Test Program";
32 homepage = "https://www.fourmilab.ch/random/";
33 platforms = platforms.all;
34 license = licenses.publicDomain;