Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RandString ¶
Types ¶
type NumberRandom ¶ added in v0.0.5
type NumberRandom struct {
// contains filtered or unexported fields
}
func NewNumberRandom ¶ added in v0.0.5
func NewNumberRandom(seed int64) *NumberRandom
func (*NumberRandom) RandInt ¶ added in v0.0.5
func (r *NumberRandom) RandInt(max int) int
func (*NumberRandom) RandRangeInt ¶ added in v0.0.5
func (r *NumberRandom) RandRangeInt(min, max int) int
Click to show internal directories.
Click to hide internal directories.