forked from golang/hotime
5 lines
193 B
Go
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
|