Method

NumCosmoMathFitESMCMCset_rng

Declaration [src]

void
ncm_fit_esmcmc_set_rng (
  NcmFitESMCMC* esmcmc,
  NcmRNG* rng
)

Description [src]

Sets the random number generator to use.

Parameters

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.