diff --git a/index/xo/xoshiro/xoshiro-2.0.0.toml b/index/xo/xoshiro/xoshiro-2.0.0.toml new file mode 100644 index 00000000..1dc422e0 --- /dev/null +++ b/index/xo/xoshiro/xoshiro-2.0.0.toml @@ -0,0 +1,19 @@ +name = "xoshiro" +description = "xoshiro128++ and xoshiro256++ pseudo-random number generators" +version = "2.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"] + +[build-switches] +validation.compile_checks = "warnings" +"*".style_checks = ["-gnatygAO-Is"] + +[origin] +commit = "609b8d8da229ba75edd29af2fee446a4f98575f2" +url = "git+https://github.com/onox/xoshiro.git" +