Intel® C++ Compiler 16.0 User and Reference Guide
Deallocates memory for the specified distribution
svrng_distribution_t svrng_delete_distribution( svrng_distribution_t distr)
distr |
Pointer to the distribution to be deallocated. |
The svrng_delete_distribution function deallocates memory for the specified distribution.
Name |
Description |
---|---|
SVRNG_STATUS_ERROR_BAD_DISTR |
distr is a NULL pointer. |
NULL pointer.