randomity: randomity

Description Usage Format Value Methods Future enhancements Examples

Description

A helper class that generates pseudo random numbers with high entropy. Do not use this class directly: instead, use the global object rand that is already instanciated.

Usage

1

Format

R6Class object.

Value

Object of R6Class with properties and methods for pseudo random number generation.

Methods

new()

Create a new object of this class.

get(n,min,max,verbosity)

Generate n pseudo random numbers with values between min and max.

Future enhancements

Examples

1
2
test <- randomity$new()
test$get(n = 32, min = 0, max = 10)

daviddoret/GRCRToolkit documentation built on May 23, 2019, 7:31 a.m.