Versions in this module Expand all Collapse all v2 v2.0.4 Oct 15, 2024 Changes in this version + type Item struct + Name string + Weight int + type WeightedRandom struct + Max int + func New(pool []*Item) *WeightedRandom + func (wr *WeightedRandom) Roll() string Other modules containing this package github.com/afret0/wheel