Expand description
Base62 generation primitives for test fixtures.
Provides deterministic, seed-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 deterministic base62 string from the provided seed.