Function navtk::experimental::s_rand
Defined in File random.hpp
Function Documentation
-
void navtk::experimental::s_rand(uint64_t seed)
Set the seed of the current global random number generator.
This is equivalent to calling
get_global_rng()->seed(seed).- Parameters
seed – New seed value to be passed to the underlying random number generator.