mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
all: replace internal rand shim with math/rand/v2
This commit is contained in:
@@ -6,11 +6,11 @@ package testlapack
|
||||
|
||||
import (
|
||||
"math"
|
||||
"math/rand/v2"
|
||||
|
||||
"gonum.org/v1/gonum/blas"
|
||||
"gonum.org/v1/gonum/blas/blas64"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
"gonum.org/v1/gonum/internal/rand"
|
||||
)
|
||||
|
||||
// Dlatm1 computes the entries of dst as specified by mode, cond and rsign.
|
||||
|
Reference in New Issue
Block a user