Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 8/23/84; site ucbcad.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!ucbvax!ucbcad!faustus From: faustus@ucbcad.UUCP (Wayne A. Christopher) Newsgroups: net.sources.games Subject: Re: insult, etc. Message-ID: <263@ucbcad.UUCP> Date: Wed, 22-May-85 00:58:06 EDT Article-I.D.: ucbcad.263 Posted: Wed May 22 00:58:06 1985 Date-Received: Fri, 24-May-85 03:56:31 EDT References: <2833@drutx.UUCP> Organization: UC Berkeley CAD Group, Berkeley, CA Lines: 8 > I guess I need to clarify. I'm not dumb. I figured that random() > returns a random number. Is the returned number between 0 - 1, 0 - > 2, 1 - 10, 0 - .5, ... This funtion is not in my System V manual. The random number is anything in the range of an unsigned int (I think). Big enough to % or & by to get anything you want. Wayne