Returns index of a basic generator used for generation of a given random stream.
The FORTRAN 77 interfaces are specified in the mkl_vsl.f77 include file, the Fortran 90 interfaces are specified in the mkl_vsl.f90 include file, and the C interfaces are specified in the mkl_vsl_functions.h include file.
Name |
Type |
Description |
---|---|---|
stream |
FORTRAN 77: INTEGER*4 stream(2) Fortran 90: TYPE(VSL_STREAM_STATE), TINTENT(IN) C: const VSLStreamStatePtr |
Fortran: Descriptor of the stream state C: Pointer to the stream state structure |
Name |
Type |
Description |
---|---|---|
brng |
Fortran: INTEGER C: int |
Index of the basic generator assigned for the generation of stream ; negative in case of an error |
Copyright © 1994 - 2010, Intel Corporation. All rights reserved.