Crate random_names [] [src]

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

RandomName

A RandomName is just a container for a String.

Functions

create_name

Creates a new RandomName given a random number generator.