Documentation ¶
Index ¶
- type Mutator
- func Add(a int) Mutator
- func And(a, b Mutator) Mutator
- func Div(d float64) Mutator
- func DropOut(setTo intrange.Range) Mutator
- func EnforceMax(mx int) Mutator
- func EnforceMin(mn int) Mutator
- func None() Mutator
- func Or(a, b Mutator, aChance float64) Mutator
- func OrAny(chance float64, muts ...Mutator) Mutator
- func Scale(s float64) Mutator
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mutator ¶
func EnforceMax ¶
func EnforceMin ¶
Click to show internal directories.
Click to hide internal directories.