blob: 68aba2d06474d5c1600db54baee72191bdd50fe7 (
plain) (
blame)
1
2
3
4
5
6
|
// Copyright ©2017 The Gonum Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package distuv provides univariate random distribution types.
package distuv // import "gonum.org/v1/gonum/stat/distuv"
|