Kahlan\Spec\Fixture\Plugin\Double\AbstractDoz::rand PHP Method

rand() public method

public rand ( $min, $max = 100 )
    public function rand($min = 0, $max = 100)
    {
        return rand($min, $max);
    }