phpbar.de logo

Mailinglisten-Archive

AW: [php] Zufall

AW: [php] Zufall

Christian Schäfer php_(at)_phpcenter.de
Sat, 4 Aug 2001 12:50:31 +0200


hi namensgefährte!

ist n schuss ins blaue, aber müßtest du nicht jedesmal vor aufruf von rand() seeden? also srand() aufrufen und nicht nur einmal am
anfang? so ungefähr?

  $Pool = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
  $Pool .= "abcdefghijklmnopqrstuvwxyz";

  for($index = 0; $index < $length; $index++)
    {
  srand ((double)microtime()*1000000);
  $sid .= substr($Pool,
          (rand()%(strlen($Pool))), 1);
    }

> Ciao
> Christian
dito =)


_________________________________________________________
Do You Yahoo!?
Get your free _(at)_yahoo.com address at http://mail.yahoo.com



php::bar PHP Wiki   -   Listenarchive