freebsd-skq/games/random
Andrey A. Chernov 5b6bf07632 1) Replace hardcoded RANDOM_MAX macro with wrong (1 less than must be)
value with ((double)RAND_MAX + 1)
2) For exit code increase valid denominator upper range from 255 to 256
since returned value is [0 .. denom - 1]
2008-08-08 01:02:30 +00:00
..
Makefile
random.6
random.c 1) Replace hardcoded RANDOM_MAX macro with wrong (1 less than must be) 2008-08-08 01:02:30 +00:00
randomize_fd.c 1) Fix hang at the end of line buffer (PR 95715) 2006-04-14 17:32:27 +00:00
randomize_fd.h