Visible to Intel only — GUID: GUID-E97C3BA6-B454-4E2C-AC03-B726A6CE4DF6
Visible to Intel only — GUID: GUID-E97C3BA6-B454-4E2C-AC03-B726A6CE4DF6
vslGetBrngProperties
Returns structure with properties of a given basic generator.
status = vslGetBrngProperties( brng, &properties );
- mkl.h
Name |
Type |
Description |
---|---|---|
brng |
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. |
Name |
Type |
Description |
---|---|---|
properties |
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.
- VSL_ERROR_OK, VSL_STATUS_OK
-
Indicates no error, execution is successful.
- VSL_RNG_ERROR_INVALID_BRNG_INDEX
-
BRNG index is invalid.