Returns structure with properties of a given basic generator.
FORTRAN:
status = vslgetbrngproperties( brng, properties )
C:
status = vslGetBrngProperties( brng, &properties );
Name |
Type |
Description |
---|---|---|
brng |
Fortran: INTEGER(KIND=4), INTENT(IN) C: const int |
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. |
FORTRAN 77 support is unavailable for this function.
Name |
Type |
Description |
---|---|---|
properties |
Fortran: TYPE(VSL_BRNG_PROPERTIES), INTENT(OUT) C: VSLBRngProperties* |
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.