Dice

trait Dice
All dice rolls are from value 1 to N inclusive.
Like a dice.
Companion
object
class Object
trait Matchable
class Any

Value members

Methods

def roll: Int
def roll(sides: Int): Int
def rollFromZero(sides: Int): Int
def rollDouble: Double
def rollAlphaNumeric(length: Int): String
def rollAlphaNumeric: String
override def toString: String
Definition Classes
Any

Fields

val seed: Long