hightower-naming
Generate random hightower-style names with epic adjectives and nouns.
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
use generate_random_name;
Name Format
Generated names follow the format: ht-{adjective}-{noun}-{random}
- Prefix: Always
ht- - Adjective: Random epic adjective (e.g., "alpha", "legendary", "unstoppable")
- Noun: Random powerful noun (e.g., "warrior", "titan", "phoenix")
- Random suffix: Optional alphanumeric string (default: 5 characters)
Examples
ht-alpha-warrior-a3x9z(default, 5 character suffix)ht-legendary-dragon-m7k4p(default, 5 character suffix)ht-unstoppable-titan(no suffix)ht-supreme-phoenix-abc123def456(custom 12 character suffix)