]> granicus.if.org Git - nethack/commit
random numbers on linux
authorcohrs <cohrs>
Mon, 30 Jun 2003 04:18:29 +0000 (04:18 +0000)
committercohrs <cohrs>
Mon, 30 Jun 2003 04:18:29 +0000 (04:18 +0000)
commitfc40ccd7d252bb9549ea02f385d87fca6b1d6d31
tree1c924aec713a4747e34c3aa008cb6f4a2519120d
parentb633b91875e6c92e23e426481f38e3ff733a116c
random numbers on linux
Switch the default Linux build behavior to use random instead of lrand48,
since lrand48 exhibits some obviously non-random behavior.  random() has
been in glibc for a long time.  Even if no other changes are made to
nethack's random number generator, this will improve the Linux behavior.
doc/fixes34.2
include/unixconf.h
src/hacklib.c