PatR
f067a3e9ff
compiling isaac64.c
...
Revise isaac64.c so that it can be compiled unconditionally and
yield nothing if USE_ISAAC64 isn't defined. Necessary for building
via vmsbuild.com.
2019-02-10 13:41:45 -08:00
Patric Mueller
bd730dbcaa
workaround for C89 not supporting inline
2019-01-28 15:00:04 +01:00
Patric Mueller
f9433b2a87
integrate isaac64 into nethack
...
Also removed the float code from isaac64 as they are not used in
NetHack.
2019-01-28 10:02:08 +01:00
Patric Mueller
c81db872fd
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
2019-01-28 10:02:08 +01:00