Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add lipsum_words_from_seed helper function #65

Merged
merged 1 commit into from
Jul 6, 2020
Merged

Commits on Jul 6, 2020

  1. Add lipsum_words_from_seed helper function

    I noticed that I often need to generate a deterministic string of
    random words in unit tests. This helper function does this.
    
    Since we need a concrete RNG for this, `rand_chacha` is now an
    explicit dependency of `lipsum`. We already had an indirect dependency
    on this crate since `rand` pulls in `rand_chacha` by default.
    mgeisler committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    a167a0e View commit details
    Browse the repository at this point in the history