Obtains the number of currently registered basic generators.
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 |
---|---|---|
nregbrngs |
Fortran: INTEGER C: int |
Number of basic generators registered at the moment of the function call |
The GetNumRegBrngs function obtains the number of currently registered basic generators. Whenever user registers a user-designed basic generator, the number of registered basic generators is incremented. The maximum number of basic generators that can be registered is determined by the VSL_MAX_REG_BRNGS parameter.
Copyright © 1994 - 2011, Intel Corporation. All rights reserved.