mirror of
https://github.com/gonum/gonum.git
synced 2025-10-22 06:39:26 +08:00
all: use golang.org/x/exp/rand instead of math/rand
This commit is contained in:
@@ -6,8 +6,9 @@ package testlapack
|
||||
|
||||
import (
|
||||
"math"
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"golang.org/x/exp/rand"
|
||||
)
|
||||
|
||||
type Dlaev2er interface {
|
||||
|
Reference in New Issue
Block a user