Method

NumCosmoMathFitMCMCset_rng

Declaration [src]

void
ncm_fit_mcmc_set_rng (
  NcmFitMCMC* mcmc,
  NcmRNG* rng
)

Description [src]

Sets the random number generator to be used during the Markov Chain Monte Carlo run.

Parameters

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.