Dcrypt\Random::toss PHP Method

toss() private static method

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);
    }