Documentation ¶
Index ¶
- func GetSeeds() (a []byte, h []uintptr)
- func SetSeeds(a []byte, h []uintptr) error
- type Hashable
- type Seed
- func Any(i any, seed Seed) Seed
- func Bool(b bool, seed Seed) Seed
- func Complex128(c complex128, seed Seed) Seed
- func Complex64(c complex64, seed Seed) Seed
- func Float32(f float32, seed Seed) Seed
- func Float64(f float64, seed Seed) Seed
- func Int(x int, seed Seed) Seed
- func Int16(x int16, seed Seed) Seed
- func Int32(x int32, seed Seed) Seed
- func Int64(x int64, seed Seed) Seed
- func Int8(x int8, seed Seed) Seed
- func Interface(a any, seed Seed) Seeddeprecated
- func String(s string, seed Seed) Seed
- func Uint(x uint, seed Seed) Seed
- func Uint16(x uint16, seed Seed) Seed
- func Uint32(x uint32, seed Seed) Seed
- func Uint64(x uint64, seed Seed) Seed
- func Uint8(x uint8, seed Seed) Seed
- func Uintptr(x, seed Seed) Seed
- func UnsafePointer(p unsafe.Pointer, seed Seed) Seed
- func Value(v reflect.Value, seed Seed) Seed
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Seed ¶ added in v1.0.0
type Seed = uintptr
func UnsafePointer ¶
UnsafePointer returns a hash for p
Click to show internal directories.
Click to hide internal directories.