Deletes a random stream.
FORTRAN:
status = vsldeletestream( stream )
C:
status = vslDeleteStream( &stream );
Name |
Type |
Description |
---|---|---|
stream |
FORTRAN 77: INTEGER*4 stream(2) Fortran 90: TYPE(VSL_STREAM_STATE), INTENT(OUT) C: VSLStreamStatePtr* |
Fortran: Stream state descriptor. Must have non-zero value. After the stream is successfully deleted, the descriptor becomes invalid. C: 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.