Intel® oneAPI Math Kernel Library Developer Reference - C
Deletes a random stream.
status = vslDeleteStream( &stream );
Name |
Type |
Description |
---|---|---|
stream |
VSLStreamStatePtr* |
Stream state descriptor. Must have non-zero value. After the stream is successfully deleted, the pointer is set to NULL. |
The function deletes the random stream created by one of the initialization functions.
Indicates no error, execution is successful.
stream parameter is a NULL pointer.
stream is not a valid random stream.