Documentation
¶
Index ¶
- func GenFloat64(max float64) (float64, error)
- func GenFloat64InRange(min, max float64) (float64, error)
- func GenFloat64Norm(stdDev, mean float64) (float64, error)
- func GenFloat64NormInRange(min, max, stdDev, mean float64) (float64, error)
- func GenInt(max int) (int, error)
- func GenIntInRange(min int, max int) (int, error)
- func GenNanoString(l int) (string, error)
- func GenUUID() uuid.UUID
- func GenUUIDString() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GenFloat64 ¶
func GenFloat64InRange ¶
func GenFloat64Norm ¶
GenFloat64Norm generate random float64 with norm
stdDev -standart deviation - σ^2; default = 1
mean - μ (In probability theory, the expected value is a generalization of the weighted average.); default = 0
func GenFloat64NormInRange ¶
func GenNanoString ¶
func GenUUIDString ¶
func GenUUIDString() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.