Documentation ¶
Index ¶
- func RandBytes(n int) []byte
- func RandFloat32() float32
- func RandInt() int
- func RandInt16() int16
- func RandInt32() int32
- func RandInt64() int64
- func RandStr(length int) string
- func RandTime() time.Time
- func RandUint() uint
- func RandUint16() uint16
- func RandUint16Exp() uint16
- func RandUint32() uint32
- func RandUint32Exp() uint32
- func RandUint64() uint64
- func RandUint64Exp() uint64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandFloat32 ¶
func RandFloat32() float32
func RandUint16 ¶
func RandUint16() uint16
func RandUint16Exp ¶
func RandUint16Exp() uint16
Distributed pseudo-exponentially to test for various cases
func RandUint32 ¶
func RandUint32() uint32
func RandUint32Exp ¶
func RandUint32Exp() uint32
Distributed pseudo-exponentially to test for various cases
func RandUint64 ¶
func RandUint64() uint64
func RandUint64Exp ¶
func RandUint64Exp() uint64
Distributed pseudo-exponentially to test for various cases
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.