Versions in this module Expand all Collapse all v0 v0.2.0 Feb 20, 2026 v0.1.0 Feb 13, 2026 Changes in this version + type Rand struct + func New(seed int64) Rand + func (r Rand) ASCII(len int) string + func (r Rand) Bytes(len int) []byte + func (r Rand) IntRange(min, max int) int