<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'random.constants.php',
    1 => 'Попередньо визначені константи',
    2 => 'Попередньо визначені константи',
  ),
  'up' => 
  array (
    0 => 'book.random.php',
    1 => 'Random',
  ),
  'prev' => 
  array (
    0 => 'intro.random.php',
    1 => 'Вступ',
  ),
  'next' => 
  array (
    0 => 'random.examples.php',
    1 => 'Приклади',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/random/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="random.constants" class="appendix">
 <h1 class="title">Попередньо визначені константи</h1>

 <p class="simpara">
Константи, описані нижче, завжди доступні, бо є частиною ядра PHP.
</p>
 <p class="para">
  <dl>
   
    <dt id="constant.mt-rand-mt19937">
     <strong><code><a href="random.constants.php#constant.mt-rand-mt19937">MT_RAND_MT19937</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Indicates that the correct <a href="http://www.math.sci.hiroshima-u.ac.jp/m-mat/MT/ARTICLES/mt.pdf" class="link external">&raquo;&nbsp;Mt19937</a> (Mersenne Twister)
      implementation will be used by the algorithm, when creating a <span class="classname"><a href="class.random-engine-mt19937.php" class="classname">Random\Engine\Mt19937</a></span> instance
      using <span class="function"><a href="random-engine-mt19937.construct.php" class="function">Random\Engine\Mt19937::__construct()</a></span> or seeding the global Mersenne Twister
      with <span class="function"><a href="function.mt-srand.php" class="function">mt_srand()</a></span>.
     </span>
    </dd>
   
   
    <dt id="constant.mt-rand-php">
     <strong><code><a href="random.constants.php#constant.mt-rand-php">MT_RAND_PHP</a></code></strong>
     (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
    </dt>
    <dd>
     <span class="simpara">
      Indicates that an incorrect Mersenne Twister implementation will be used by the algorithm, when
      creating a <span class="classname"><a href="class.random-engine-mt19937.php" class="classname">Random\Engine\Mt19937</a></span> instance using <span class="function"><a href="random-engine-mt19937.construct.php" class="function">Random\Engine\Mt19937::__construct()</a></span>
      or seeding the global Mersenne Twister with <span class="function"><a href="function.mt-srand.php" class="function">mt_srand()</a></span>.
     </span>
     <span class="simpara">
      The incorrect implementation is available for backwards compatibility with
      <span class="function"><a href="function.mt-srand.php" class="function">mt_srand()</a></span> prior to PHP 7.1.0.
     </span>
     <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Цей функціонал
<em>ЗАСТАРІВ</em>, починаючи з PHP 8.3.0. Вкрай не рекомендується на
нього покладатися.</p></div>
    </dd>
   
  </dl>
 </p>
</div>
<?php manual_footer($setup); ?>