mirror of
				https://github.com/gonum/gonum.git
				synced 2025-10-31 10:36:30 +08:00 
			
		
		
		
	all: partially migrate to math/rand/v2
This is not intended to be a completed transition since it leaves the libraries unusable to external client code, but rather as a step towards use of math/rand/v2. This initial step allows repair of sequence change failures without having to worry about API difference.
This commit is contained in:
		| @@ -11,13 +11,12 @@ import ( | ||||
| 	"slices" | ||||
| 	"testing" | ||||
|  | ||||
| 	"golang.org/x/exp/rand" | ||||
|  | ||||
| 	"gonum.org/v1/gonum/floats" | ||||
| 	"gonum.org/v1/gonum/floats/scalar" | ||||
| 	"gonum.org/v1/gonum/graph" | ||||
| 	"gonum.org/v1/gonum/graph/simple" | ||||
| 	"gonum.org/v1/gonum/internal/order" | ||||
| 	"gonum.org/v1/gonum/internal/rand" | ||||
| ) | ||||
|  | ||||
| var communityDirectedMultiplexQTests = []struct { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Dan Kortschak
					Dan Kortschak