<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.random.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'es',
  ),
  'this' => 
  array (
    0 => 'ref.random.php',
    1 => 'Funciones de n&uacute;meros aleatorios',
    2 => 'Funciones de n&uacute;meros aleatorios',
  ),
  'up' => 
  array (
    0 => 'book.random.php',
    1 => 'Random',
  ),
  'prev' => 
  array (
    0 => 'random.examples.php',
    1 => 'Ejemplos',
  ),
  'next' => 
  array (
    0 => 'function.getrandmax.php',
    1 => 'getrandmax',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/random/reference.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/ref.random.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="ref.random" class="reference">
 <h1 class="title">Funciones de números aleatorios</h1>

 








































































<h2>Tabla de contenidos</h2><ul class="chunklist chunklist_reference"><li><a href="function.getrandmax.php">getrandmax</a> — Valor aleatorio m&aacute;ximo posible</li><li><a href="function.lcg-value.php">lcg_value</a> — Generador de congruencia lineal combinada</li><li><a href="function.mt-getrandmax.php">mt_getrandmax</a> — El valor aleatorio m&aacute;s grande posible</li><li><a href="function.mt-rand.php">mt_rand</a> — Genera un valor aleatorio mediante el generador de n&uacute;meros aleatorios Mersenne Twister</li><li><a href="function.mt-srand.php">mt_srand</a> — Inicializa el generador de n&uacute;meros aleatorios Mersenne Twister</li><li><a href="function.rand.php">rand</a> — Genera un valor aleatorio</li><li><a href="function.random-bytes.php">random_bytes</a> — Obtiene bytes aleatorios criptogr&aacute;ficamente seguros</li><li><a href="function.random-int.php">random_int</a> — Obtiene un integer seleccionado de manera uniforme y criptogr&aacute;ficamente segura</li><li><a href="function.srand.php">srand</a> — Inicializa el generador de n&uacute;meros aleatorios</li></ul>
</div>
<?php manual_footer($setup); ?>