roll: How to Use "roll""

Description Usage Arguments Examples

Description

xDy

Usage

1
roll(times, dice)

Arguments

times
dice

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (times, dice)
{
    cat(times)
    cat("D")
    cat(dice)
    sample(1:dice, times)
  }

alixisan3/test_diceroll01 documentation built on May 10, 2019, 9:17 a.m.