Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!uw-june!pardo From: pardo@june.cs.washington.edu (David Keppel) Newsgroups: comp.lang.c Subject: Re: Random Numbers Message-ID: <4204@june.cs.washington.edu> Date: 10 Feb 88 22:28:34 GMT References: <11744@brl-adm.ARPA> Reply-To: pardo@uw-june.UUCP (David Keppel) Organization: U of Washington, Computer Science, Seattle Lines: 7 [ random numbers from C ? ] On 4BSD, in addition to "rand()", there is "random()" which has enough extra randomness to be worth looking at. (This is certainly available on ucbernie!) ;-D on ( Random numbers base 1: 0 0 0 0 0 0 0 0 0 ... ) Pardo