all: use golang.org/x/exp/rand instead of math/rand

This commit is contained in:
kortschak
2017-11-17 11:52:34 +10:30
parent 718272fdee
commit fa0c5aa7bc
201 changed files with 399 additions and 201 deletions

View File

@@ -6,7 +6,8 @@ package testlapack
import (
"math"
"math/rand"
"golang.org/x/exp/rand"
"gonum.org/v1/gonum/blas/blas64"
)