mirror of
https://github.com/gonum/gonum.git
synced 2025-10-06 07:37:03 +08:00
all: use golang.org/x/exp/rand instead of math/rand
This commit is contained in:
@@ -5,8 +5,9 @@
|
||||
package mat
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"testing"
|
||||
|
||||
"golang.org/x/exp/rand"
|
||||
)
|
||||
|
||||
func TestSolve(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user