Intel® oneAPI Math Kernel Library Developer Reference - Fortran
Returns structure with properties of a given basic generator.
status = vslgetbrngproperties( brng, properties )
Name |
Type |
Description |
---|---|---|
brng |
Fortran: INTEGER(KIND=4), INTENT(IN) |
Number (index) of the registered basic generator; used for identification. See specific values in Table "Values of brng parameter". Negative values indicate the registration error. |
Name |
Type |
Description |
---|---|---|
properties |
Fortran: TYPE(VSL_BRNG_PROPERTIES), INTENT(OUT) |
Pointer to the structure containing properties of the generator with number brng |
The vslGetBrngProperties function returns a structure with properties of a given basic generator.
Indicates no error, execution is successful.
BRNG index is invalid.