Файловый менеджер - Редактировать - /home/kckglobal/public_html/portal/vendor/azjezz/psl/src/Psl/SecureRandom/float.php
Назад
<?php declare(strict_types=1); namespace Psl\SecureRandom; use Psl\Math; /** * Returns a cryptographically secure random float in the range from 0.0 to 1.0. * * @throws Exception\InsufficientEntropyException If it was not possible to gather sufficient entropy. * * @psalm-external-mutation-free */ function float(): float { /** * @psalm-suppress MissingThrowsDocblock */ $result = namespace\int(0, Math\INT53_MAX) / Math\INT53_MAX; return (float) $result; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка