mirror of
https://github.com/gonum/gonum.git
synced 2025-11-03 11:21:14 +08:00
all: change import paths
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
"math"
|
||||
"math/rand"
|
||||
|
||||
"github.com/gonum/floats"
|
||||
"github.com/gonum/stat"
|
||||
"gonum.org/v1/gonum/floats"
|
||||
"gonum.org/v1/gonum/stat"
|
||||
)
|
||||
|
||||
// Exponential represents the exponential distribution (https://en.wikipedia.org/wiki/Exponential_distribution).
|
||||
|
||||
Reference in New Issue
Block a user