Dcrypt\Random::toss PHP Méthode

toss() private static méthode

Throw an error when a failure occurs.
private static toss ( )
    private static function toss()
    {
        $e = 'Dcrypt failed to generate a random number';
        throw new \exception($e);
    }