NORSYS SOFTWARE © 2012 | NETICA API | C   VERSION   5.04  |
void DeleteRandomGen_ns ( | randgen_ns* rand ) |
Removes the randgen_ns object and frees all its resources (e.g., memory).
You must not call this on a rand that was passed to SetNetRandomGen_bn with TRUE for the is_private argument.
You must not try to use or delete rand after calling this.
It is okay if rand is NULL (then no action is taken).
Version:
See also:
NewRandomGenerator_ns | To create a new randgen_ns. |
Example:
See NewRandomGenerator_ns.