diff options
Diffstat (limited to 'numpy/random/randomgen/src/splitmix64/LICENSE.md')
-rw-r--r-- | numpy/random/randomgen/src/splitmix64/LICENSE.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/numpy/random/randomgen/src/splitmix64/LICENSE.md b/numpy/random/randomgen/src/splitmix64/LICENSE.md new file mode 100644 index 000000000..3c4d73b92 --- /dev/null +++ b/numpy/random/randomgen/src/splitmix64/LICENSE.md @@ -0,0 +1,9 @@ +# SPLITMIX64 + +Written in 2015 by Sebastiano Vigna (vigna@acm.org) + +To the extent possible under law, the author has dedicated all copyright +and related and neighboring rights to this software to the public domain +worldwide. This software is distributed without any warranty. + +See <http://creativecommons.org/publicdomain/zero/1.0/>.
\ No newline at end of file |