whoami7 - Manager
:
/
home
/
kckglobal
/
www
/
portal
/
vendor
/
azjezz
/
psl
/
src
/
Psl
/
PseudoRandom
/
Upload File:
files >> /home/kckglobal/www/portal/vendor/azjezz/psl/src/Psl/PseudoRandom/float.php
<?php declare(strict_types=1); namespace Psl\PseudoRandom; use Psl\Math; /** * Returns a pseudo-random float in the range of [0.0, 1.0]. * * @psalm-external-mutation-free */ function float(): float { /** * @psalm-suppress MissingThrowsDocblock $max is always > than $min */ $result = namespace\int(0, Math\INT53_MAX) / Math\INT53_MAX; return (float) $result; }
Copyright ©2021 || Defacer Indonesia