Method

NumCosmoMathFitMCBSset_rng

Declaration [src]

void
ncm_fit_mcbs_set_rng (
  NcmFitMCBS* mcbs,
  NcmRNG* rng
)

Description [src]

Sets the random number generator to be used in the analysis.

Parameters

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.