Sides

indigo.shared.dice.Dice.Sides
object Sides

Pre-constructed dice with a fixed number of sides, rolls are includive and start at 1, not 0. You need to provide a seed value.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Sides.type

Members list

Value members

Concrete methods

def Eight(seed: Long): Dice

An eight-sided dice.

An eight-sided dice.

Attributes

def Eleven(seed: Long): Dice

An eleven-sided dice.

An eleven-sided dice.

Attributes

def Fifteen(seed: Long): Dice

A fifteen-sided dice.

A fifteen-sided dice.

Attributes

def Five(seed: Long): Dice

A five-sided dice.

A five-sided dice.

Attributes

def Four(seed: Long): Dice

A four-sided dice.

A four-sided dice.

Attributes

def Fourteen(seed: Long): Dice

A forteen-sided dice.

A forteen-sided dice.

Attributes

def MaxInt(seed: Long): Dice

A dice with 2147483647 - 1 (no zero) sides

A dice with 2147483647 - 1 (no zero) sides

Attributes

def Nine(seed: Long): Dice

A nine-sided dice.

A nine-sided dice.

Attributes

def One(seed: Long): Dice

A one-sided dice.

A one-sided dice.

Attributes

def Seven(seed: Long): Dice

A seven-sided dice.

A seven-sided dice.

Attributes

def Six(seed: Long): Dice

A six-sided dice.

A six-sided dice.

Attributes

def Sixteen(seed: Long): Dice

A sixteen-sided dice.

A sixteen-sided dice.

Attributes

def Ten(seed: Long): Dice

A ten-sided dice.

A ten-sided dice.

Attributes

def Thirteen(seed: Long): Dice

A thirteen-sided dice.

A thirteen-sided dice.

Attributes

def Three(seed: Long): Dice

A three-sided dice.

A three-sided dice.

Attributes

def Twelve(seed: Long): Dice

A twelve-sided dice.

A twelve-sided dice.

Attributes

def Two(seed: Long): Dice

A two-sided dice.

A two-sided dice.

Attributes