roll: Rolling an unbiased die

Description Usage Arguments Value Author(s) Examples

Description

Rolls a die for 'n' number of times

Usage

1
roll(n = 1, size = 6)

Arguments

n

is the number of times to roll the die (default 1)

size

is the number of faces on the die (default 6)

Value

Outcome(s) of rolling of the die

Author(s)

Prithul Chaturvedi

Examples

1
roll(2,10)

prithulib documentation built on May 1, 2019, 7:05 p.m.

Related to roll in prithulib...