mirror of
https://github.com/gonum/gonum.git
synced 2025-11-02 21:24:03 +08:00
all: use golang.org/x/exp/rand instead of math/rand
This commit is contained in:
@@ -6,7 +6,8 @@ package path
|
||||
|
||||
import (
|
||||
"math"
|
||||
"math/rand"
|
||||
|
||||
"golang.org/x/exp/rand"
|
||||
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/graph/internal/ordered"
|
||||
|
||||
Reference in New Issue
Block a user