sfmt 0.1.0

Rust wrapper of SFMT
Documentation
sfmt
-----

[![Build Status](https://travis-ci.org/termoshtt/rust-sfmt.svg?branch=master)](https://travis-ci.org/termoshtt/rust-sfmt)

Rust binding of [SIMD-oriented Fast Mersenne Twister (SFMT)] and dSFMT

[SIMD-oriented Fast Mersenne Twister (SFMT)]: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/

Usage
------

Require external programs for build.

- gcc
- curl

License
--------

SFMT and dSFMT is distributed under the BSD 3-clause License:

> SFMT, as well as MT, can be used freely for any purpose, including commercial use.
> See [LICENSE.txt]http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT/LICENSE.txt for detail. 

The Rust binding is licenced by MIT-License