Documentation
¶
Index ¶
- Constants
- func HashCode(str string) int
- type ConstructorOpts
- type Scrambler
- func (s *Scrambler) All() []uint32
- func (s *Scrambler) Clone() *Scrambler
- func (s *Scrambler) Current() uint32
- func (s *Scrambler) CurrentPos() int
- func (s *Scrambler) Lookahead(n uint32) []uint32
- func (s *Scrambler) Lookbehind(n uint32) []uint32
- func (s *Scrambler) Next() uint32
- func (s *Scrambler) Prev() uint32
- func (s *Scrambler) Reset()
Constants ¶
View Source
const MaxInt = math.MaxUint32
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConstructorOpts ¶
type Scrambler ¶
type Scrambler struct {
// contains filtered or unexported fields
}
func New ¶
func New(opts ConstructorOpts) (*Scrambler, error)
func (*Scrambler) CurrentPos ¶
func (*Scrambler) Lookbehind ¶
Click to show internal directories.
Click to hide internal directories.