high_roller v0.1.0 HighRoller

Documentation for HighRoller.

Link to this section Summary

Link to this section Functions

Link to this function

roll(num_of_dice, sides, current_result \\ [])

Rolls dice via a method.

Examples

iex> HighRoller.roll(1, 1)
[1]