iedc-go/vendor/github.com/chanxuehong/rand/doc.go

5 lines
193 B
Go
Raw Normal View History

2023-03-02 19:12:15 +00:00
// Package rand provides random number/bytes related functions.
//
// The Rand type is similar to math/rand.Rand, except that it prefers to use crypto/rand to implement functions.
package rand