package
0.0.0-20231120015718-884f2746775a
Repository: https://github.com/cockroachdb/metamorphic.git
Documentation: pkg.go.dev

# Functions

RandomFilter returns a sequence formed by randomly filtering inner, using randomness from rng, returning any individual element with probability p.

# Structs

IntsAscending is a sequence of ascending integers in the range [Min,Max).
IntsDescending constructs a sequence of ascending integers in the range [min,max).
Slice is a sequence that pulls from a slice.

# Interfaces

A Sequence represents an ordered sequence of elements.

# Type aliases

Func wraps a function with the signature func(I,bool), implementing the Sequence[I] interface.