GetNumRegBrngs

Obtains the number of currently registered basic generators.

Syntax

Fortran:

nregbrngs = vslgetnumregbrngs( )

C:

nregbrngs = vslGetNumRegBrngs( void );

Include Files

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.

Output Parameters

Name

Type

Description

nregbrngs

Fortran: INTEGER

C: int

Number of basic generators registered at the moment of the function call

Description

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.


Submit feedback on this help topic

Copyright © 1994 - 2011, Intel Corporation. All rights reserved.