Random Numbers in Perl

Page principale
Attachements:
Message en tant que courrier électronique
+ (text/plain)
Supprimer ce message
Répondre à ce message
Auteur: sinck@ugive.comsinckugive.com
Date:  
Sujet: Random Numbers in Perl
This is an excellent go, and I'll only make one kibbitz technically:

\_         $randigit = int( rand( $base) );


Do you trust rand() to be random?

It's probably mostly random as far as humans can tell, but computers?
rand('maybe', 'maybe not'). :-)

David