rand_seeder 0.2.0

A universal random number seeder based on SipHash.
Documentation
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2019-11-04
Documentation reviewed and improved.

### Changes
-   Rename `SipHasher::make_rng``SipHasher::into_rng`
-   Rename `SipHasher::new_with_keys``SipHasher::from_keys`

## [0.1.0] - 2019-10-15
Initial release