Date: Thu, 4 Nov 1999 09:09:45 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: mdruiter AT cs DOT vu DOT nl cc: djgpp AT delorie DOT com Subject: Re: rand and random In-Reply-To: <7vor7n$g65@cs.vu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 3 Nov 1999 mdruiter AT cs DOT vu DOT nl wrote: > Eli Zaretskii wrote: > > Most (if not all) 32-bit implementations provide a generator with > > the full 32-bit range. > > I think you mean 31-bit here, no? No, I meant 32-bit. The range from 0 to 2^31-1 spans 32 bits. Am I missing something?