# README
mathutil
This module provides utilities that support mathemtical operations that are not part of the Go standard library.
rand
The rand
package supplements the math/rand
, golang.org/x/exp/rand
, and
crypto/rand
packages by providing common interfaces and abstractions for
accessing random values.
# Packages
No description provided by the author