mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 11:21:14 +08:00
all: use golang.org/x/exp/rand instead of math/rand
This commit is contained in:
@@ -6,7 +6,8 @@ package distuv
|
||||
|
||||
import (
|
||||
"math"
|
||||
"math/rand"
|
||||
|
||||
"golang.org/x/exp/rand"
|
||||
)
|
||||
|
||||
// Triangle represents a triangle distribution (https://en.wikipedia.org/wiki/Triangular_distribution).
|
||||
|
||||
Reference in New Issue
Block a user