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)
- Host: GitHub
- URL: https://github.com/kyleburton/randwords
- Owner: kyleburton
- Created: 2017-04-25T01:59:39.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T02:31:32.000Z (over 8 years ago)
- Last Synced: 2025-01-29T06:48:57.579Z (12 months ago)
- Language: Go
- Size: 337 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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