Random Numbers in Perl
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Jason at
2000-10-23 12:19
sinck@ugive.com at
2000-10-23 14:50
Attachments:
Message as email
(text/plain)
Author:
sinck@ugive.comsinckugive.com
Date:
2000-10-23 14:50
UTC
Subject:
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