random_word 0.2.5

Reliable and efficient functions for generating random english words
Documentation

random_word

The random_word crate provides an efficient way to generate random english words.

All words are compiled with the library pre-sorted, optimized for fast, zero allocation lookup.

Generating a random word

let word = random_word::gen();