Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Deletes a random stream.
status = vsldeletestream( stream )
Name |
Type |
Description |
---|---|---|
stream |
TYPE(VSL_STREAM_STATE), INTENT(OUT) |
Stream state descriptor. Must have non-zero value. After the stream is successfully deleted, the descriptor becomes invalid. |
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.