iedc-go/vendor/github.com/chanxuehong/rand/doc.go
2023-03-03 03:12:15 +08:00

5 lines
193 B
Go

// 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