From owner-cvs-games Sun Feb 23 15:03:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07610 for cvs-games-outgoing; Sun, 23 Feb 1997 15:03:55 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07600; Sun, 23 Feb 1997 15:03:51 -0800 (PST) Date: Sun, 23 Feb 1997 15:03:51 -0800 (PST) From: Mike Pritchard Message-Id: <199702232303.PAA07600@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/fortune/fortune fortune.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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