Docs.rs
moby-name-gen-0.1.0
moby-name-gen 0.1.0
Permalink
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
Kerollmops
Dependencies
rand ^0.3
normal
Versions
80%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
moby_
name_
gen
0.1.0
All Items
Crate Items
Constants
Functions
Crate
moby_name_gen
Copy item path
Source
Constants
§
ADJECTIVES
List of all adjectives used to generate random names.
SURNAMES
List of all surnames used to generate random names.
Functions
§
random_
name
Generates a random name from the list of adjectives and surnames in this package formatted as “adjective-surname”. For example ‘focused-turing’.
random_
name_
from_
rng
Generates a random name
using the given rng
from the list of adjectives and surnames in this package formatted as “adjective-surname”. For example ‘focused-turing’.