Date: Tue, 17 Nov 1998 10:04:04 -0500 (EST) Message-Id: <199811171504.KAA29099@indy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com Subject: rand Reply-To: djgpp-workers AT delorie DOT com If ANSI doesn't specify the actual sequence of numbers, can we just keep returning zero from rand() until srand() is called? Otherwise, I guess we'll go back to the old way.