pub fn generate_ids(count: usize) -> Vec<Uuid>Expand description
Generate count UUIDv7 IDs in sequence with strict 1ms spacing.
Convenience wrapper around Uuidv7Generator for callers that just need
a vector of IDs.
pub fn generate_ids(count: usize) -> Vec<Uuid>Generate count UUIDv7 IDs in sequence with strict 1ms spacing.
Convenience wrapper around Uuidv7Generator for callers that just need
a vector of IDs.