From owner-freebsd-hackers Fri Jan 20 18:24:14 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id SAA08529 for hackers-outgoing; Fri, 20 Jan 1995 18:24:14 -0800 Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id SAA08503 for ; Fri, 20 Jan 1995 18:24:08 -0800 Received: by dg-rtp.dg.com (5.4R2.01/dg-rtp-v02) id AA16651; Fri, 20 Jan 1995 21:23:25 -0500 Received: (rivers@localhost) by ponds.UUCP (8.6.9/8.6.5) id PAA18470; Fri, 20 Jan 1995 15:58:39 -0500 Date: Fri, 20 Jan 1995 15:58:39 -0500 From: Thomas David Rivers Message-Id: <199501202058.PAA18470@ponds.UUCP> To: bde@zeta.org.au, freebsd-bugs@freefall.cdrom.com, freebsd-hackers@freefall.cdrom.com, ponds!rivers@dg-rtp.dg.com Subject: Re: Serious problems in drand48(). Sender: hackers-owner@FreeBSD.org Precedence: bulk > > >I have run the following program on a Pentium and a 386sx-16 with > >no floating point co-processor. > > >Both times it reported that drand48() incorrectly returned a value > >greater than 1.0. > > It works on thud and on my system (a 486DX2 with [lib]msun). > > Bruce > As was pointed out - I neglected to mention this was in 2.0R. Also, I'm not linking with -lmsun, just the standard C library. - Dave Rivers -