From owner-freebsd-current Tue Oct 8 11:48:54 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA14884 for current-outgoing; Tue, 8 Oct 1996 11:48:54 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA14846; Tue, 8 Oct 1996 11:48:45 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id LAA16666; Tue, 8 Oct 1996 11:44:29 -0700 From: Terry Lambert Message-Id: <199610081844.LAA16666@phaeton.artisoft.com> Subject: Re: I plan to change random() for -current (was Re: rand() and random()) To: bde@zeta.org.au (Bruce Evans) Date: Tue, 8 Oct 1996 11:44:28 -0700 (MST) Cc: mrm@Mole.ORG, phk@critter.tfs.com, ache@nagual.ru, bde@zeta.org.au, current@FreeBSD.org, freebsd-hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de, terry@lambert.org, wollman@lcs.mit.edu In-Reply-To: <199610080712.RAA26125@godzilla.zeta.org.au> from "Bruce Evans" at Oct 8, 96 05:12:06 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk > >Nobody has even thought about tinkering with rand48. > > Well, I have thought of checking if it is related to the old BSD > rand48 :-). rand48 isn't in BSD4.4Lite or BSDI. FreeBSD has a > contributed version. I have the original usenet posting. It is identical in function, and was tested for compatability at boundry conditions. I also have additions to the FORTRAN library for a lot of the missing math functionality that I can dig out if necessary -- I'd need to update my ftoc/f77 code though, so I'm reluctant. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.