From: "Dotso" Newsgroups: comp.os.msdos.djgpp Subject: Random numbers Date: Thu, 17 Aug 2000 17:49:13 +0300 Organization: Clinet Internet Services Lines: 8 Message-ID: <8ngtjq$cn1$1@news.clinet.fi> NNTP-Posting-Host: mb-u04ip013.mbnet.fi X-Trace: news.clinet.fi 966523322 13025 194.100.163.202 (17 Aug 2000 14:42:02 GMT) X-Complaints-To: abuse AT clinet DOT fi NNTP-Posting-Date: 17 Aug 2000 14:42:02 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How can i make a function that gives a random number in different ranges? Eg. Rand(Min,Max) would give a random number between Min and Max.