assuming you "seed" it, won't that number also be random? <!---It never hurts to call the randomize function---> <cfset GoodSeed = (Minute(now())&Second(now()))> <cfset GoodSeed = Randomize(GoodSeed)>
<cfset RandomID=randRange(11111111,99999999)> > I want to test how many iterations I can put > randRange(11111111,99999999) through before it comes up with a duplicate > number, can someone help me with script to do so? > > > > > <CF_SIGNATURE > NAME="Douglas L. Brown" > EMAIL="[EMAIL PROTECTED]" > PHONE="714.538.6611" > WEB="http://www.carnivorepc.com"> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

