Skip to contents

Configures the random number generator to use a fixed backend and optionally seeds it.

Usage

cs_set_rng(seed = NULL)

Arguments

seed

Optional seed passed to set.seed().

Value

Invisibly returns NULL.