mendel 0.0.2

A statistics library that uses simulations to predict odds rather than equations.
Documentation
# Mendel [![]http://meritbadge.herokuapp.com/mendel]https://crates.io/crates/mendel

#### What is this?
This is a "statistics" library without the math. This library predicts odds based purely off of simulation results.

#### Documentation

https://docs.rs/mendel

#### Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]
mendel = "0.0.2"
```

and this to your crate root:

```rust
extern crate mendel;
```

### Should I use this for something serious?
No.