Expand description
This small library just generates random names.
Its purpose is to create identifiers that do not have to be strictly unique like names for server nodes etc.
The names are only usable for better reading where identifiers appear such as log files etc.
This library is not meant to create fake data for testing.
Structs§
- Random
Name - A
RandomName
is just a container for aString
.
Functions§
- create_
name - Creates a new
RandomName
given a random number generator.