Oh, I didn't think of transaction time...  this is a very good question.
And a very good project for someone else to look in to....

---------------------
John Asendorf - [EMAIL PROTECTED]
Web Applications Developer
http://www.lcounty.com - NEW FEATURES ADDED DAILY!
Licking County, Ohio, USA
740-349-3631

The benefit to the government of replacing all $1 Federal Reserve notes with
$1 coins would be $522.2 million per year, according to estimates of the
General Accouting Office released on April 7, 2000.


> -----Original Message-----
> From: Larry Forrister [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, January 23, 2001 1:26 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [PHP-WIN] Random Code
> 
> 
> Do you mean  W3E4-22ER  would be valid?  If so there would be 36^8
> (2,821,109,907,456) possible values.
> 
> A truly random generator algorithm cannot guarantee uniqueness.  I'm
> guessing what you want is to generate each possible value once in a
> pseudo-random order.  Would just apparent randomness suffice?
> 
> With what frequency do the values need to be generated?  Once 
> every few
> seconds/minutes or multiple times per second?
> ~~LF
> 
> 
> Sigurd Magnusson wrote:
> 
> > Whats the best way to make a completely random, unique code in the
> > format "ABCD-1234" where each of the 8 characters can be 
> alphanumerc;
> > 0-9,A-Z... I thought about generating a 36^4 number, 
> converting to to
> > base '36', and repeating the process. What's a good way to 
> ensure the
> > code is not repeated, though?
> >
> > Siggy
> 
> -- 
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: 
> [EMAIL PROTECTED]
> 

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to