mirror of
https://github.com/gonum/gonum.git
synced 2025-10-27 17:21:18 +08:00
all: replace internal rand shim with math/rand/v2
This commit is contained in:
@@ -8,9 +8,9 @@ import (
|
||||
"errors"
|
||||
"fmt"
|
||||
"math"
|
||||
"math/rand/v2"
|
||||
|
||||
"gonum.org/v1/gonum/graph"
|
||||
"gonum.org/v1/gonum/internal/rand"
|
||||
)
|
||||
|
||||
// Interval is an interval of resolutions with a common score.
|
||||
|
||||
Reference in New Issue
Block a user