Versions in this module Expand all Collapse all v1 v1.0.1 Jun 2, 2024 v1.0.0 Jun 1, 2024 Changes in this version + var RANDOM = rand.New(rand.NewSource(time.Now().UnixNano())) + func RandomInt(min, max int) int + func RandomInt64(min, max int64) int64