Set random seed for reproducibility
Initializes the global random number generator with a given seed, making subsequent calls to sample() and slice_sample() deterministic.
Int
set_seed(42) sample([1, 2, 3, 4, 5], n = 3)
slice_sample, sample