Skip to main content

Crate uselesskey_core_base62

Crate uselesskey_core_base62 

Source
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.