QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
opennurbs_rand.h File Reference

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)
 

Function Documentation

◆ on_rand()

ON__UINT32 on_rand ( void )

◆ on_random_number()

ON__UINT32 on_random_number ( struct ON_RANDOM_NUMBER_CONTEXT * rand_context)

◆ on_random_number_seed()

void on_random_number_seed ( ON__UINT32 s,
struct ON_RANDOM_NUMBER_CONTEXT * rand_context )

◆ on_srand()

void on_srand ( ON__UINT32 s)