>These are not randomizers. They wouldn't do any good if they created random >digits. What they do is create the same set of digits on your device that >they do at the site that verifies the digits you enter.
These are pseudo-randomizers. They use an algorithm to produce digits that appear random. So if you start multople devices with the same seed number they will all produce the same sequence of pseudo-random numbers. So you have your pseudo-random number generator and there is one at the other end that is is sync with yours. Then I get mine and tweak it until mine is also in sync with yours. ************************************************************************ * ==> QUICK LIST-COMMAND REFERENCE - Put the following commands in <== * ==> the body of an email & send 'em to: [EMAIL PROTECTED] <== * Join the list: SUBSCRIBE COMPUTERGUYS-L Your Name * Too much mail? Try Daily Digests command: SET COMPUTERGUYS-L DIGEST * Tired of the List? Unsubscribe command: SIGNOFF COMPUTERGUYS-L * New address? From OLD address send: CHANGE COMPUTERGUYS-L YourNewAddress * Need more help? Send mail to: [EMAIL PROTECTED] ************************************************************************ * List archive from 1/1/2000 is on the MARC http://marc.info/?l=computerguys-l * List archive at www.mail-archive.com/[email protected]/ * RSS at www.mail-archive.com/[email protected]/maillist.xml * Messages bearing the header "X-No-Archive: yes" will not be archived ************************************************************************
