gen_new_seed_from_cur_time: Generate a new random seed based on the current time

gen_new_seed_from_cur_timeR Documentation

Generate a new random seed based on the current time

Description

This function is probably similar to the seed that set.seed() uses when you don't give it an argument. This function allows you to create a similar seed but know what its value is. Using set.seed() without an argument doesn't allow you to easily regenerate the same thing without saving the large array form of seed that R uses internally.

Usage

gen_new_seed_from_cur_time()

Value

Returns an integer seed value


langfob/bdpg documentation built on Dec. 8, 2022, 5:33 a.m.