Skip to contents

Create an R class that wraps a C++ random number generator

Usage

createRNG(random_seed = -1)

Arguments

random_seed

(Optional) random seed for sampling

Value

CppRng object