phpbar.de logo

Mailinglisten-Archive

[php] Zufallszahl.......

[php] Zufallszahl.......

Alexander Schott alexander.schott_(at)_gmx.de
Tue, 30 Mar 1999 14:25:33 +0200


Rand()

Rand returns a random number between 0 and RANDMAX. Remember to seed your
random number generator with a call to
srand() before calling rand(). You only need to seed the random number
generator once. RANDMAX can be determined with
the getRandMax function. Normally a specific range is chosen by simply using
the modulus operator on the result

.
-----Ursprüngliche Nachricht-----
Von: Alexander Meis <alexander_(at)_pixelhouse.de>
An: php_(at)_solix.wiso.Uni-Koeln.DE <php_(at)_solix.wiso.Uni-Koeln.DE>
Datum: Dienstag, 30. März 1999 12:48
Betreff: RE: [php] Zufallszahl.......


>hi...
>
>vergiss die andere mail....
>
>warum gibt das ding hierbei
>$bla = 0;
> $bla = rand (1, 50);
>  print "$bla";
>immer 19 zurück ?
>
>
>Beste Grüße aus Sinzig,
>
>Alexander Meis
>pixelhouse media service
>
>----------------------------------------------------------------
> - Barbarossastraße 36 -  53489 Sinzig
> - Tel: 02642-980330 - Fax: 02642-980215
> - Internet: http://www.pixelhouse.de
>-----------------------------------------------------------------
>
>>-----Original Message-----
>>From: php-admin_(at)_solix.wiso.Uni-Koeln.DE
>>[mailto:php-admin_(at)_solix.wiso.Uni-Koeln.DE]On Behalf Of Egon Schmid
>>Sent: Dienstag, 30. März 1999 12:24
>>To: php_(at)_solix.wiso.Uni-Koeln.DE
>>Subject: Re: [php] Zufallszahl.......
>>
>>
>>
>>
>>On Tue, 30 Mar 1999, Alexander Meis wrote:
>>
>>> Hi...
>>>
>>> gibts bei php ne funktion mit der ich ne zufallszahl zwischen 1 und
einem
>>> wert zb 56 generieren kann ?
>>
>>rand (1, 56);
>>
>>-Egon
>>
>>PS: steht im Handbuch unter Mathematical Functions.
>>
>>
>>--
>>Web-Seite: http://infosoc.uni-koeln.de/php/
>>Listenadresse: php_(at)_infosoc.uni-koeln.de
>>http://infosoc.uni-koeln.de/mailman/listinfo/php
>>
>
>
>--
>Web-Seite: http://infosoc.uni-koeln.de/php/
>Listenadresse: php_(at)_infosoc.uni-koeln.de
>http://infosoc.uni-koeln.de/mailman/listinfo/php
>



php::bar PHP Wiki   -   Listenarchive