An open API service indexing awesome lists of open source software.

https://github.com/kyleburton/randwords

Fast, random word selector (useful helper for creating passphrases)
https://github.com/kyleburton/randwords

Last synced: 10 months ago
JSON representation

Fast, random word selector (useful helper for creating passphrases)

Awesome Lists containing this project

README

          

# Overview

# Installation

```
go get github.com/kyleburton/randwords
```

# Attributions

The embedded list of words is from (The English Open Word List)[http://dreamsteep.com/projects/53-the-english-open-word-list-eowl.html]

* [Wikipedia Reservior Sampling](https://en.wikipedia.org/wiki/Reservoir_sampling)
* [https://github.com/goreleaser/goreleaser](https://github.com/goreleaser/goreleaser)

# License

Copyright (C) 2017 Kyle Burton

Distributed under the Eclipse Public License, the same as Clojure.
>>>>>>> convert to urfave/cli; convert to using channels; embed words db