diff --git a/test/Rmath.jl b/test/Rmath.jl index a9042a388778d..cea9bfa4b0c15 100644 --- a/test/Rmath.jl +++ b/test/Rmath.jl @@ -1,5 +1,7 @@ require("../extras/Rmath.jl") +srand(124) + function allEq(target::Vector{Float64}, current::Vector{Float64}, tolerance::Float64) @assert numel(target) == numel(current) if all(target == current)