En jetant un coup d'oeil à
http://svn.debian.org/viewsvn/pkg-openssl/openssl/trunk/rand/md_rand.c?rev=141&view=markup
je vois :
        /* use our own copies of the counters so that even
         * if a concurrent thread seeds with exactly the
         * same data and uses the same subarray there's _some_
         * difference */
        md_c[0] = md_count[0];
        md_c[1] = md_count[1];
Peut-être y a-t-il des exécutions parallèles lorsque que tu lances la commande
en background?

Marc Mongenet
_______________________________________________
gull mailing list
gull@forum.linux-gull.ch
http://forum.linux-gull.ch/mailman/listinfo/gull

Répondre à