get_seed {mlr3misc} | R Documentation |
Get the Random Seed
Description
Retrieves the current random seed (.Random.seed
in the global environment),
and initializes the RNG first, if necessary.
Usage
get_seed()
Value
integer()
. Depends on the base::RNGkind()
.
Examples
str(get_seed())
[Package mlr3misc version 0.15.1 Index]