Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RandomSequence ¶
type RandomSequence string
RandomSequence represents a random sequence.
func NewRandomSequence ¶
func NewRandomSequence(length int) (RandomSequence, error)
NewRandomSequence creates a new random sequence.
func (RandomSequence) String ¶
func (seq RandomSequence) String() string
String returns the string of the random sequence.
Click to show internal directories.
Click to hide internal directories.