roll static method

DiceRoll roll(
  1. Dice dice
)

Rolls a single dice and returns the result.

Implementation

static DiceRoll roll(Dice dice) => dice.roll();