Go to the source code of this file.
Classes | |
struct | ON_RANDOM_NUMBER_CONTEXT |
Functions | |
ON__UINT32 | on_rand (void) |
ON__UINT32 | on_random_number (struct ON_RANDOM_NUMBER_CONTEXT *rand_context) |
void | on_random_number_seed (ON__UINT32 s, struct ON_RANDOM_NUMBER_CONTEXT *rand_context) |
void | on_srand (ON__UINT32 s) |
ON__UINT32 on_rand | ( | void | ) |
Definition at line 206 of file opennurbs_rand.cpp.
ON__UINT32 on_random_number | ( | struct ON_RANDOM_NUMBER_CONTEXT * | rand_context | ) |
Definition at line 147 of file opennurbs_rand.cpp.
void on_random_number_seed | ( | ON__UINT32 | s, |
struct ON_RANDOM_NUMBER_CONTEXT * | rand_context | ||
) |
Definition at line 82 of file opennurbs_rand.cpp.
void on_srand | ( | ON__UINT32 | s | ) |
Definition at line 196 of file opennurbs_rand.cpp.