Initialize the random number generator, the same instance of vnl_random will be passed to subsequent process to ensure they all use the same rng initialized properly. More...
#include <bprb/bprb_func_process.h>#include <bprb/bprb_parameters.h>#include <bsta/bsta_random_wrapper.h>#include <vcl_ctime.h>#include <brdb/brdb_value.h>Go to the source code of this file.
Functions | |
| bool | bsta_initialize_random_seed_process_cons (bprb_func_process &pro) |
| sets input and output types. | |
| bool | bsta_initialize_random_seed_process (bprb_func_process &pro) |
Initialize the random number generator, the same instance of vnl_random will be passed to subsequent process to ensure they all use the same rng initialized properly.
Definition in file bsta_initialize_random_seed_process.cxx.
| bool bsta_initialize_random_seed_process | ( | bprb_func_process & | pro | ) |
Definition at line 33 of file bsta_initialize_random_seed_process.cxx.
| bool bsta_initialize_random_seed_process_cons | ( | bprb_func_process & | pro | ) |
sets input and output types.
Definition at line 14 of file bsta_initialize_random_seed_process.cxx.
1.7.5.1