Random Numbers in Perl

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: sinck@ugive.comsinckugive.com
Fecha:  
Asunto: 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