combinator

package
v0.0.0-...-26ce66f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2019 License: AGPL-3.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RecursiveCombinatorMaker = CombinatorMaker(recursiveCombinatorMaker)

Functions

This section is empty.

Types

type Combinator

type Combinator interface {
	Next() []int
	Len() int64
}

type CombinatorMaker

type CombinatorMaker func(nSamples, maxSample int) Combinator

type RecursiveCombinator

type RecursiveCombinator struct {
	// contains filtered or unexported fields
}

func (*RecursiveCombinator) Len

func (rc *RecursiveCombinator) Len() int64

func (*RecursiveCombinator) Next

func (rc *RecursiveCombinator) Next() []int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL