mirror of
				https://github.com/gonum/gonum.git
				synced 2025-10-31 18:42:45 +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 Dlabrder interface { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 kortschak
					kortschak