Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Randomizer ¶
type Randomizer struct {
// contains filtered or unexported fields
}
func New ¶
func New(seed int64) *Randomizer
func (*Randomizer) Float64 ¶
func (r *Randomizer) Float64() float64
func (*Randomizer) Int63n ¶
func (r *Randomizer) Int63n(n int64) int64
func (*Randomizer) Intn ¶
func (r *Randomizer) Intn(n int) int
Click to show internal directories.
Click to hide internal directories.