pick-one 1.0.1

Picks one random element from an array
Documentation
[package]
name = "pick-one"
version = "1.0.1"
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
license = "MIT"
repository = "https://github.com/ashleygwilliams/rust-pick-one"
description = "Picks one random element from an array"

[dependencies]
rand = "0.3"