random generator
Francesco Tonolli
francescotonolli@libero.it
Thu, 31 Oct 2002 16:32:01 +0000
Hi!
I've tried to make a random number whit this small program:
#include <gmp.h>
main ()
{
mpz_t t;
gmp_randstate_t stato;
unsigned long int k;
k=3D4;
gmp_randinit_default (stato);
mpz_urandomb (t , stato, k);
gmp_printf ("%Zd\n",t);
}
but this number is the ever the same at different run of the program.
This number depend on k. If I change k the number change, but I remember =
that=20
in pascal when I generate a random number this change at different run of=
the=20
program.
Can you explain me the right way to make a random number??
Excuse me for my english.
Thanks
Francesco
--=20
Se mi si passa la volgarita', sono pressoche' certo che, nell'ipotetico
caso che Microsoft ti proponesse di lavorare con un limone nel culo, tu
razionalizzeresti dicendo "Servira' nel caso mi venisse la diarrea".
=09=09-- Leonardo Serni