- Pseudo-Random Number Generator
This article describes how to build a Pseudo-Random Number Generator (PRNG) that: Is easier to use, Avoids all those duplicate "random" numbers when using the "Randomize" and "Rnd" method, DOESNT use or rely on "Randomize" and "Rnd", Doesn rely on Internal Random Number tables, and produces acceptable randomness. Full source code available for download.
http://www.programmersresource.com/articles/prng.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Random Passwords
This is a quick and easy example of how to create a random password and mail it to the person who tried to register at your site.
http://www.15seconds.com/Issue/001205.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
|