# Randomly

This is pretty much just the generation part out of Ryan Bates’ [uniquify](github.com/ryanb/uniquify) gem

## Usage

>> Randomly.generate
=> "rtDvAdPS"

>> Randomly.generate :length => 15
=> "CQzC15J7ZLPcPQZ"

>> Randomly.generate :length => 15, :chars => ("a".."f").to_a
=> "fbfceeeadaefafa"

Contributing to Randomly

Copyright © 2011 David Baldwin. See LICENSE.txt for further details.