Documentation ¶
Index ¶
- Constants
- func RandByte() byte
- func RandByteSlice() []byte
- func RandByteSliceOfLen(l int) []byte
- func RandInt() int
- func RandInt64() int64
- func RandInt64Between(min, max int64) int64
- func RandIntBetween(min, max int) int
- func RandNonEmptyByteSlice() []byte
- func RandUInt32() uint32
- func RandUInt64() uint64
- func RandUInt64Between(min, max uint64) uint64
- func RandUInt8() uint8
- func RandomString() string
Constants ¶
View Source
const StringAlphabet = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789!@#$%^&*()"
Variables ¶
This section is empty.
Functions ¶
func RandByteSlice ¶
func RandByteSlice() []byte
func RandByteSliceOfLen ¶
func RandInt64Between ¶
func RandIntBetween ¶
func RandNonEmptyByteSlice ¶
func RandNonEmptyByteSlice() []byte
func RandUInt32 ¶
func RandUInt32() uint32
func RandUInt64 ¶
func RandUInt64() uint64
func RandUInt64Between ¶
func RandomString ¶
func RandomString() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.