Droll.Result (droll v1.1.0) View Source

Contains the total and other calculations for a roll

Link to this section Summary

Link to this section Types

Specs

t() :: %Droll.Result{
  avg: number(),
  max: number(),
  min: number(),
  rolls: [pos_integer()],
  total: number()
}