Skip to content

Commit 4fefeba

Browse files
author
Pawel Latawiec
committed
Fix backwards-compatible test rng
1 parent 414cd7a commit 4fefeba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/lalqmr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ using SparseArrays
1010
#LALQMR
1111
@testset "LALQMR" begin
1212

13-
rng = Random.Xoshiro(123)
13+
rng = Random.MersenneTwister(123)
1414
n = 10
1515

1616
@testset "Matrix{$T}" for T in (Float32, Float64, ComplexF32, ComplexF64)

0 commit comments

Comments
 (0)