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:

Versions 3.04 and later have this function.

See also:

NewRandomGenerator_ns    To create a new randgen_ns.

Example:

See NewRandomGenerator_ns.