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

https://github.com/crhntr/rando

A pseudo-random string generator designed to be a small fun example for new Gophers.
https://github.com/crhntr/rando

Last synced: 4 months ago
JSON representation

A pseudo-random string generator designed to be a small fun example for new Gophers.

Awesome Lists containing this project

README

        

# rando

A command line utility for creating passwords.

### Flags
* -l : length of each sections (default 3)
* -n : number of sections (default 3)

## Website

`rando.New` is wrapped in an HTTP handler at [Rando](http://crhntr.com/rando).

### Query parameters

- `segment-length` maps to the length parameter (default 5)
- `segment-count` maps to the number parameter (default 3)