supaham
fun diceRoll(): DiceRoll = DiceRoll((1..this.dieCount).map { random.nextInt(this.sides) + 1 })