README.md
# WeightedRandom
## Installation
The package can be installed by adding `weighted_random` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:weighted_random, "~> 0.1.0"}
]
end
```
# Read the docs
https://hexdocs.pm/weighted_random/