Date: Sun, 23 Feb 1997 15:03:51 -0800 (PST) From: Mike Pritchard <mpp> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/fortune/fortune fortune.c Message-ID: <199702232303.PAA07600@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
mpp 97/02/23 15:03:50 Modified: games/fortune/fortune fortune.c Log: Allow fortune to use /dev/urandom if available to obtain its random numbers. If /dev/urandom is unavailable, it will fall back to using the random() function. I did this because I'm sick of seeing the same handful of fortunes over and over, and I've seen the exact same fortune one too many times when starting up two login shells at the same time. 2.2 safe. Revision Changes Path 1.6 +37 -6 src/games/fortune/fortune/fortune.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702232303.PAA07600>