HighRoller 

Simple dice roller built in Elixir
Installation
The package can be installed by adding high_roller to your list of dependencies in mix.exs:
def deps do
[
{:high_roller, "~> 0.1.0"}
]
endDocumentation can be found at https://hexdocs.pm/high_roller.