roll method

int roll ()

サイコロを振る

Implementation

int roll() => min + Random().nextInt(max - min + 1);