Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Returns index of a basic generator used for generation of a given random stream.
brng = vslgetstreamstatebrng( stream )
Name |
Type |
Description |
---|---|---|
stream |
TYPE(VSL_STREAM_STATE), TINTENT(IN) |
Descriptor of the stream state |
Name |
Type |
Description |
---|---|---|
brng |
INTEGER |
Index of the basic generator assigned for the generation of stream ; negative in case of an error |
The vslGetStreamStateBrng function retrieves the index of a basic generator used for generation of a given random stream.
stream is a NULL pointer.
stream is not a valid random stream.