Method

NumCosmoMathRNGset_algo

Declaration [src]

void
ncm_rng_set_algo (
  NcmRNG* rng,
  const gchar* algo
)

Description [src]

Sets the PRNG algorithm.

Parameters

algo

Type: const gchar*

Algorithm name.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.