Versions in this module Expand all Collapse all v0 v0.1.11 Oct 3, 2023 v0.1.10 Oct 2, 2023 Changes in this version + func BadgerDB(t *testing.T) (kvstore.KVStore, error) + func PebbleDB(t *testing.T) (kvstore.KVStore, error) + func Rand32ByteArray() [32]byte + func Rand49ByteArray() [49]byte + func Rand64ByteArray() [64]byte + func RandByte() byte + func RandBytes(length int) []byte + func RandFloat64(max float64) float64 + func RandString(length int) string + func RandUint16(max uint16) uint16 + func RandUint32(max uint32) uint32 + func RandUint64(max uint64) uint64 + func RandUint8(max uint8) uint8 + func RandomFloat64() float64 + func RandomInt31n(n int32) int32 + func RandomInt63n(n int64) int64 + func RandomIntn(n int) int + func RandomRead(p []byte) (n int, err error) + func RocksDB(t *testing.T) (kvstore.KVStore, error) + func SortedRand32BytArray(count int) [][32]byte + func TempDir(t *testing.T) (string, error)