]> granicus.if.org Git - nethack/commit
add file for the isaac64 random number generator
authorPatric Mueller <bhaak@gmx.net>
Sat, 12 Jan 2019 20:36:08 +0000 (21:36 +0100)
committerPatric Mueller <bhaak@gmx.net>
Mon, 28 Jan 2019 09:02:08 +0000 (10:02 +0100)
commitc81db872fde53a9dda33a5c80be7114d79d91606
treed1c03f09d383941e9da5fb94c43ac76b8bac1822
parentb3fde3eb412ac4785373e190c86b5e7aadff8069
add file for the isaac64 random number generator

This is the version from the Comprehensive C Archive Network, licensed
under the CC0 "No Rights Reserved" Creative Common License.
http://ccodearchive.net/info/isaac.html
include/isaac64.h [new file with mode: 0644]
src/isaac64.c [new file with mode: 0644]