Skip to contents

This function generates random values from the random variable.

Arguments

n

Integer. Number of observations.

...

Ignored.

Value

NA. User needs to define their own gen method in derived class.

Examples


test <- RAND_VAR$gen(10)