Public Member Functions | |
__construct ($filename) | |
__destruct () | |
getBytes ($numberOfBytes) | |
Private Attributes | |
$handle = null |
Definition at line 15 of file FileRandomSource.class.php.
FileRandomSource::__construct | ( | $ | filename | ) |
Definition at line 19 of file FileRandomSource.class.php.
References Assert::isTrue().
FileRandomSource::__destruct | ( | ) |
Definition at line 26 of file FileRandomSource.class.php.
FileRandomSource::getBytes | ( | $ | numberOfBytes | ) |
Implements RandomSource.
Definition at line 31 of file FileRandomSource.class.php.
References Assert::isPositiveInteger().
FileRandomSource::$handle = null [private] |
Definition at line 17 of file FileRandomSource.class.php.