Versions in this module Expand all Collapse all v2 v2.5.6 Mar 5, 2025 v2.5.5 Feb 25, 2025 Changes in this version + type NaiveUniqueIntGenerator struct + func NewNaiveUniqueIntGenerator() *NaiveUniqueIntGenerator + func (generator *NaiveUniqueIntGenerator) GetInt() int + func (generator *NaiveUniqueIntGenerator) GetInts(count int) (int, int) + type UniqueIntGenerator interface + GetInt func() int + GetInts func(count int) (int, int) + func GetUniqueIntGeneratorIns() UniqueIntGenerator