1 | <?php |
||
45 | class Random extends URandom |
||
46 | { |
||
47 | |||
48 | /** |
||
49 | * @var string The file to read from |
||
50 | */ |
||
51 | protected static $file = '/dev/random'; |
||
52 | |||
53 | /** |
||
54 | * Return an instance of Strength indicating the strength of the source |
||
55 | * |
||
56 | * @return \SecurityLib\Strength An instance of one of the strength classes |
||
57 | */ |
||
58 | public static function getStrength() |
||
62 | } |
||
63 |