mirror of
				https://github.com/gonum/gonum.git
				synced 2025-11-01 02:52:49 +08:00 
			
		
		
		
	all: use golang.org/x/exp/rand instead of math/rand
This commit is contained in:
		| @@ -5,8 +5,9 @@ | ||||
| package testlapack | ||||
|  | ||||
| import ( | ||||
| 	"math/rand" | ||||
| 	"testing" | ||||
|  | ||||
| 	"golang.org/x/exp/rand" | ||||
| ) | ||||
|  | ||||
| type Dgebd2er interface { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kortschak
					kortschak