GetDiceRollEmpyricalMatrix: Get a M x N sized matrix (M = dice.rolls and N = X) with M...

Description Usage Arguments Value Examples

Description

Get a M x N sized matrix (M = dice.rolls and N = X) with M simulations of dice rolls.

Usage

1
GetDiceRollEmpyricalMatrix(X, Y, dice.rolls)

Arguments

X

An integer, the amount of dice to be rolled.

Y

An integer, the number of sides the die has. (Default: 10)

dice.rolls

An Integer, the amount of dice rolls to be simulated.

Value

A Matrix with simulated dice rolls.

Examples

1
2
GetDiceRollEmpyricalMatrix(5, 10, 10000)
GetDiceRollEmpyricalMatrix(X = 8, Y = 10, dice.rolls = 10000)

rubenbanuelos/gameDesignTools documentation built on May 22, 2019, 4:42 p.m.