<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'class.random-cryptosafeengine.php',
    1 => 'Random\\CryptoSafeEngine',
    2 => 'The Random\\CryptoSafeEngine interface',
  ),
  'up' => 
  array (
    0 => 'book.random.php',
    1 => 'Random',
  ),
  'prev' => 
  array (
    0 => 'random-engine.generate.php',
    1 => 'Random\\Engine::generate',
  ),
  'next' => 
  array (
    0 => 'class.random-engine-secure.php',
    1 => 'Random\\Engine\\Secure',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/random/random.cryptosafeengine.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.random-cryptosafeengine" class="reference">
 <h1 class="title">The Random\CryptoSafeEngine interface</h1>
 

 <div class="partintro"><p class="verinfo">(PHP 8 &gt;= 8.2.0)</p>


  <div class="section" id="random-cryptosafeengine.intro">
   <h2 class="title">Einführung</h2>
   <p class="para">
    A marker interface indicating that the <span class="type"><a href="class.random-engine.php" class="type Random\Engine">Random\Engine</a></span> returns cryptographically secure randomness.
   </p>
  </div>


  <div class="section" id="random-cryptosafeengine.synopsis">
   <h2 class="title">Interface-Übersicht</h2>


   <div class="classsynopsis"><div class="classsynopsisinfo">
    <span class="modifier">namespace</span> <strong class="package">Random</strong>;</div>

    <div class="classsynopsisinfo">
     
      <span class="modifier">interface</span> <strong class="interfacename"><strong class="interfacename">CryptoSafeEngine</strong></strong>

     <span class="modifier">extends</span>
       <a href="class.random-engine.php" class="interfacename">Random\Engine</a> {</div>

     <div class="classsynopsisinfo classsynopsisinfo_comment">/* Geerbte Methoden */</div>
     <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="random-engine.generate.php" class="methodname">Random\Engine::generate</a></span>(): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    }
   </div>


  </div>

 </div>

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