Skip to content

Build Random Username

Generates a random username or gamertag by combining adjectives, nouns, and optional numbers.

Includes options for different name styles (e.g., CamelCase, PascalCase, dashed, etc.) and custom word lists.

Parameters

Parameter Description
Nouns Optional comma-separated list of nouns to use.
If left empty, a built-in list of common nouns (e.g., Falcon, Ninja, Dragon) is used.
Adjectives Optional comma-separated list of adjectives to use.
If left empty, a built-in list of adjectives (e.g., Swift, Lucky, Shadow) is used.
Include Adjective Whether to include a random adjective before the noun.
Include Number Whether to append a random number at the end.
Min Number Minimum number value (inclusive) when using Include Number.
Max Number Maximum number value (inclusive) when using Include Number.
Casing How to format and separate words: CamelCase, PascalCase, Lowercase, Uppercase, Underscore, Dash, or Mixed (randomized letter case).
Store Result String variable to store the generated username.

Example Output

Settings Example Username
Default (CamelCase, with adjective & number) noisyWizard47
PascalCase DarkKnight300
Lowercase lazywolf8
Underscore fuzzy_rider12
Dash shadow-fox
Mixed cRaZyNiNjA9
Custom nouns: Cat,Dog; adjectives: Happy,Angry HappyDog

See Also