Documentation ¶
Overview ¶
Package rand 提供官方 math/rand 的一些小工具封装
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IndexByRatios ¶
按照给定的比例, 随机选择一个选项。如果一个选项 <= 0 则表示不可能被选中。如果选项列表长度为 0 或者所有选项比例的总和 <= 0 则返回 -1。
Types ¶
type Number ¶
type Number interface { constraints.Integer | constraints.Float }
Click to show internal directories.
Click to hide internal directories.