random-names 0.1.3

Simple random names that can be used to name components for log files etc.
Documentation
1
2
3
4
5
6
7
8
9
10
# Random Names

This small library just generates random names. This library exists because `UUID`s are difficult to read and remember.

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.