Versions in this module Expand all Collapse all v0 v0.0.2 Nov 28, 2025 v0.0.1 Aug 24, 2025 Changes in this version + func EqualDecimals(d1, d2 string) bool + func NewSeed() int64 + func RandomDecimal(precision int, scale int) string + func RandomEnumArray[T ~int](valueList []T) *maps.OrderedSet[T] + func RandomEnum[T ~int](valueList []T) T + func RandomNum[T constraints.Integer | constraints.Float](low int, high int) T + func RandomNumberString() string + func RandomValue[T any](size int) T + func UseSeed(seed int64) + type GobDecoder struct + Count int + func (r *GobDecoder) Decode(v any) error + type GobEncoder struct + Count int + func (w *GobEncoder) Encode(v interface{}) error