Versions in this module Expand all Collapse all v0 v0.1.0 Feb 16, 2026 Changes in this version + func CeilDiv(numerator, denominator int) int + func CeilLog2(x int) int + func FloorLog2(x int) int + func RandomUint64(prng io.Reader) (uint64, error) + func RandomUint64Range(prng io.Reader, bound uint64) (uint64, error)