Eris\Random\MersenneTwister::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        if (defined('HHVM_VERSION')) {
            throw new PHPUnit_Framework_SkippedTestError("Pure PHP random implemnentation segfaults HHVM, so it's not available for this platform");
        }
    }