Expand description
Base62 generation primitives for test fixtures.
Provides deterministic, RNG-driven generation of base62 strings without modulo bias under normal RNG behavior.
Constants§
- BASE62_
ALPHABET - Base62 alphabet used by fixture generators.
Functions§
- random_
base62 - Generate a random base62 string of the requested length.