Random Numbers in Perl
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
このメッセージは次のスレッドの一部です:
日付によるスレッドの仕分け
sinck@ugive.comsinckugive.com 、
2000-10-23 14:50
Kevin Buettner 、
2000-10-23 15:39
添付ファイル:
Eメールのメッセージ
(text/plain)
著者:
sinck@ugive.com
日付:
2000-10-23 14:50
UTC
題目:
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