high_roller v1.0.0 HighRoller

Documentation for main HighRoller module

Link to this section Summary

Functions

Rolls dice via a method while allowing options.

Link to this section Functions

Link to this function

roll_with_options(num_of_dice, sides, options \\ {})

Rolls dice via a method while allowing options.

Examples

iex> HighRoller.roll_with_options(3, 1, kh: 1)
[1]