package
0.0.0-20240616081104-04ee34517243
Repository: https://github.com/dolthub/fuzzer.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

AbsInt returns the absolute value of an int.
AbsInt16 returns the absolute value of an int16.
AbsInt32 returns the absolute value of an int32.
AbsInt64 returns the absolute value of an int64.
AbsInt8 returns the absolute value of an int8.
MaxInt returns the maximum value between ints.
MaxInt16 returns the maximum value between int16s.
MaxInt32 returns the maximum value between int32s.
MaxInt64 returns the maximum value between int64s.
MaxInt8 returns the maximum value between int8s.
MaxUint returns the maximum value between uints.
MaxUint16 returns the maximum value between uint16s.
MaxUint32 returns the maximum value between uint32s.
MaxUint64 returns the maximum value between uint64s.
MaxUint8 returns the maximum value between uint8s.
MinInt returns the minimum value between ints.
MinInt16 returns the minimum value between int16s.
MinInt32 returns the minimum value between int32.
MinInt64 returns the minimum value between int64s.
MinInt8 returns the minimum value between int8s.
MinUint returns the minimum value between uints.
MinUint16 returns the minimum value between uint16s.
MinUint32 returns the minimum value between uint32s.
MinUint64 returns the minimum value between uint64s.
MinUint8 returns the minimum value between uint8s.
NewHasher returns a new Hasher.
NewRandomArray returns a new RandomArray.
ZipDirectory zips the contents of the entire directory, including all subdirectories.
ZipFile zips the file into an archive containing the given file as its root.

# Structs

Hasher accumulates bytes and outputs a hash.

# Interfaces

RandomArray returns an iterator that will return random indexes over the given length.

# Type aliases

Hash is a representation of a hash output by a Hasher.