Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
hackzilla
/
password-generator
/
RandomGenerator
/
File Content:
RandomGeneratorInterface.php
<?php namespace WPToolkitDependenciesIsolationPrefix\Hackzilla\PasswordGenerator\RandomGenerator; interface RandomGeneratorInterface { /** * Generates cryptographic random integers that are suitable for use where unbiased results are critical * (i.e. shuffling a Poker deck). * * @param int $min * @param int $max * * @return int */ public function randomInteger($min, $max); }
Submit
FILE
FOLDER
INFO
Name
Size
Permission
Action
NoRandomGenerator.php
428 bytes
0644
Php5RandomGenerator.php
564 bytes
0644
Php7RandomGenerator.php
567 bytes
0644
RandomGeneratorInterface.php
428 bytes
0644
N4ST4R_ID | Naxtarrr