Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RNG ¶
type RNG struct {
// contains filtered or unexported fields
}
RNG can be used to generate random values.
func (*RNG) IntBetween ¶
IntBetween returns a random integer value between lower and upper bounds, inclusive.
Click to show internal directories.
Click to hide internal directories.