From 903de56a1b1770e82bf4441156bb9f726604ff3f Mon Sep 17 00:00:00 2001 From: onox Date: Wed, 12 Jan 2022 15:57:28 +0100 Subject: [PATCH] xoshiro 1.0.0 (#428) --- index/xo/xoshiro/xoshiro-1.0.0.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index/xo/xoshiro/xoshiro-1.0.0.toml diff --git a/index/xo/xoshiro/xoshiro-1.0.0.toml b/index/xo/xoshiro/xoshiro-1.0.0.toml new file mode 100644 index 00000000..ef8fb7ef --- /dev/null +++ b/index/xo/xoshiro/xoshiro-1.0.0.toml @@ -0,0 +1,17 @@ +name = "xoshiro" +description = "xoshiro128++ and xoshiro256++ pseudo-random number generators" +version = "1.0.0" +website = "https://github.com/onox/xoshiro" +licenses = "Apache-2.0" +tags = ["xoshiro", "rng", "random", "spark"] + +authors = ["onox", "David Blackman", "Sebastiano Vigna"] +maintainers = ["onox "] +maintainers-logins = ["onox"] + +[configuration] +disabled = true + +[origin] +commit = "7906ec72b4a02d021bde5e35fcbd31c02cd69ea6" +url = "git+https://github.com/onox/xoshiro.git"