Documentation ¶
Index ¶
- func Float32() float32
- func Float32Range(min, max float32) float32
- func Float64() float64
- func Float64Range(min, max float64) float64
- func Int16() int16
- func Int32() int32
- func Int64() int64
- func Int8() int8
- func Number(min int, max int) int
- func RandFloat32Range(min, max float32) float32
- func RandFloat64Range(min, max float64) float64
- func RandIntRange(min, max int) int
- func RandomBytes(size int) []byte
- func RandomIntChoice(data []int) int
- func RandomStringsChoice(data []string) string
- func Uint16() uint16
- func Uint32() uint32
- func Uint64() uint64
- func Uint8() uint8
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Float32Range ¶
Float32Range will generate a random float32 value between min and max
func Float64Range ¶
Float64Range will generate a random float64 value between min and max
func RandFloat32Range ¶
func RandFloat64Range ¶
func RandomBytes ¶
func RandomIntChoice ¶
func RandomStringsChoice ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.