<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.stats.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.stats-rand-get-seeds.php',
    1 => 'stats_rand_get_seeds',
    2 => 'Renvoie les valeurs de la graine du g&eacute;n&eacute;rateur de nombres al&eacute;atoires',
  ),
  'up' => 
  array (
    0 => 'ref.stats.php',
    1 => 'Fonctions de Statistic',
  ),
  'prev' => 
  array (
    0 => 'function.stats-rand-gen-t.php',
    1 => 'stats_rand_gen_t',
  ),
  'next' => 
  array (
    0 => 'function.stats-rand-phrase-to-seeds.php',
    1 => 'stats_rand_phrase_to_seeds',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/stats/functions/stats-rand-get-seeds.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.stats-rand-get-seeds" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">stats_rand_get_seeds</h1>
  <p class="verinfo">(PECL stats &gt;= 1.0.0)</p><p class="refpurpose"><span class="refname">stats_rand_get_seeds</span> &mdash; <span class="dc-title">Renvoie les valeurs de la graine du générateur de nombres aléatoires</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stats-rand-get-seeds-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>stats_rand_get_seeds</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div>

  <p class="para rdfs-comment">
   Renvoie les graines actuelles du générateur de nombres aléatoires
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.stats-rand-get-seeds-parameters">
  <h3 class="title">Liste de paramètres</h3>
  <p class="para">Cette fonction ne contient aucun paramètre.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.stats-rand-get-seeds-returnvalues">
  <h3 class="title">Valeurs de retour</h3>
  <p class="para">
   Renvoie un tableau de deux entiers.
  </p>
 </div>


</div><?php manual_footer($setup); ?>