Method
NumCosmoMathMSetCatalogpeek_rng
Declaration [src]
NcmRNG*
ncm_mset_catalog_peek_rng (
NcmMSetCatalog* mcat
)
Description [src]
This function checks if any pseudo random number generator (RNG) is registered in the catalog. If so, it returns it or NULL.
Return value
Type: NcmRNG
The registered NcmRNG in the catalog or NULL.
| The returned data is owned by the instance. |
The return value can be NULL. |