SommaireTelecharger la documentationChapitre suivantChapitre precedent  

 
Raccourci :  
Mathématiques

Introduction
Constantes mathématiques
abs
acos
asin
atan
atan2
base_convert
bindec
ceil
cos
decbin
dechex
decoct
deg2rad
exp
floor
getrandmax
hexdec
lcg_value
log
log10
max
min
mt_rand
mt_srand
mt_getrandmax
number_format
octdec
pi
pow
rad2deg
rand
round
sin
sqrt
srand
tan

8.14.25 mt_srand
[Notes en ligne] [Exemples]

Initialise une meilleure valeur aléatoire

void mt_srand (int seed)
mt_srand() initialise une meilleure valeur aléatoire avec seed.

<?php
// initialise avec les microsecondes depuis la dernière seconde entière
  mt_srand((float) microtime()*1000000);
  $randval = mt_rand();
?>
     


Voir aussi mt_rand(), mt_getrandmax(), srand(), rand() et getrandmax().


Chapitre précédentChapitre suivantAccueil nexen.net