Small boundary for generated Jidoka identifiers.
Core data constructors accept explicit IDs. When callers use convenience constructors without IDs, generation is routed through this module so entropy is isolated and tests can inject deterministic generators.
Summary
Functions
Generates an ID for a prefix using either the default generator or a caller-supplied generator.
Generates an ID or raises when the generator returns an invalid value.
Generates a random URL-safe identifier with the supplied prefix.
Types
Functions
Generates an ID for a prefix using either the default generator or a caller-supplied generator.
Generates an ID or raises when the generator returns an invalid value.
Generates a random URL-safe identifier with the supplied prefix.