Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Duration ¶
Duration returns, a pseudo-random duration in [0,d) from the default Source. It panics if d <= 0.
func PermInt ¶ added in v0.2.0
PermInt permutates a given slice of integers and returns a new slice.
func PermIntInplace ¶ added in v0.2.0
func PermIntInplace(x []int)
PermIntInplace permutates a given slice of integers in-place.
func PermString ¶ added in v0.2.0
PermString permutates a given slice of integers and returns a new slice.
func PermStringInplace ¶ added in v0.2.0
func PermStringInplace(x []string)
PermStringInplace permutates a given slice of integers in-place.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.