1 { lib, fetchFromGitHub, buildDunePackage }:
4 pname = "pure-splitmix";
7 src = fetchFromGitHub {
11 sha256 = "RUnsAB4hMV87ItCyGhc47bHGY1iOwVv9kco2HxnzqbU=";
17 homepage = "https://github.com/Lysxia/pure-splitmix";
18 description = "Purely functional splittable PRNG";
19 license = licenses.mit;
20 maintainers = [ maintainers.ulrikstrid ];