File manager - Edit - /usr/local/cpanel/3rdparty/perl/542/cpanel-lib/Crypt/Perl/RNG.pm
Back
package Crypt::Perl::RNG; use strict; use warnings; use Bytes::Random::Secure::Tiny (); my %PID_RNG; sub _get { return $PID_RNG{$$} ||= Bytes::Random::Secure::Tiny->new(); } sub bytes { return _get()->bytes(@_); } sub bytes_hex { return _get()->bytes_hex(@_); } sub bit_string { my ($count) = @_; return _get()->string_from('01', $count); } 1;
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.05 |
proxy
|
phpinfo
|
Settings