Versions in this module Expand all Collapse all v0 v0.14.3 Sep 4, 2021 Changes in this version + func MutateByteSlice(bytez []byte) []byte + func RandBytes(n int) []byte + func RandInt() int + func RandInt31() int32 + func RandPerm(n int) []int + func RandStr(length int) string + func Seed(seed int64) + type HexBytes []byte + func (bz *HexBytes) Unmarshal(data []byte) error + func (bz *HexBytes) UnmarshalJSON(data []byte) error + func (bz HexBytes) Bytes() []byte + func (bz HexBytes) Format(s fmt.State, verb rune) + func (bz HexBytes) Marshal() ([]byte, error) + func (bz HexBytes) MarshalJSON() ([]byte, error) + func (bz HexBytes) String() string + type Rand struct + func NewRand() *Rand + func (r *Rand) Bool() bool + func (r *Rand) Bytes(n int) []byte + func (r *Rand) Float32() float32 + func (r *Rand) Float64() float64 + func (r *Rand) Int() int + func (r *Rand) Int16() int16 + func (r *Rand) Int31() int32 + func (r *Rand) Int31n(n int32) int32 + func (r *Rand) Int32() int32 + func (r *Rand) Int63() int64 + func (r *Rand) Int63n(n int64) int64 + func (r *Rand) Int64() int64 + func (r *Rand) Intn(n int) int + func (r *Rand) Perm(n int) []int + func (r *Rand) Seed(seed int64) + func (r *Rand) Str(length int) string + func (r *Rand) Time() time.Time + func (r *Rand) Uint() uint + func (r *Rand) Uint16() uint16 + func (r *Rand) Uint32() uint32 + func (r *Rand) Uint64() uint64 v0.14.3-f Sep 4, 2021