RE: Random Access Numbers

2002-01-17 Thread Groenwold, Harmen (ICT) (HK)
Hi, if you just want random numbers, there is a very simple function: RAND. Works like this: #!perl -w use strict; my ($varNumber); $varNumber = rand; print "Random number is: ", $varNumber,"\n"; Harmen Groenwold [EMAIL PROTECTED] -Original Message- From: Naveen Parmar [mailto:[EMAIL PR

Re: Random Access Numbers

2002-01-17 Thread Frank
On Wed, Jan 16, 2002 at 10:25:35PM +, Naveen wrote: > Is there is a built in function in Perl for generating random access #s? > > How would that function be used? ---end quoted text--- I've just google'd "Random access numbers" and there is very little there. Nothing that seems related to a