We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9853bb9 commit 2689b8aCopy full SHA for 2689b8a
test/lalqmr.jl
@@ -10,7 +10,7 @@ using SparseArrays
10
#LALQMR
11
@testset "LALQMR" begin
12
13
-rng = Random.Xoshiro(123)
+rng = Random.MersenneTwister(123)
14
n = 10
15
16
@testset "Matrix{$T}" for T in (Float32, Float64, ComplexF32, ComplexF64)
0 commit comments