<?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 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.stats-rand-get-seeds.php',
    1 => 'stats_rand_get_seeds',
    2 => 'Get the seed values of the random number generator',
  ),
  'up' => 
  array (
    0 => 'ref.stats.php',
    1 => 'Statistic Funzioni',
  ),
  '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' => 'en',
    '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">Get the seed values of the random number generator</span></p>

 </div>
 <div class="refsect1 description" id="refsect1-function.stats-rand-get-seeds-description">
  <h3 class="title">Descrizione</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">
   Returns the current seed values of the random number generator
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.stats-rand-get-seeds-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">Questa funzione non contiene parametri.</p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.stats-rand-get-seeds-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Returns an array of two integers.
  </p>
 </div>


 


 


 


 


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