Method

NumCosmoMathRNGset_state

Declaration [src]

void
ncm_rng_set_state (
  NcmRNG* rng,
  const gchar* state
)

Description [src]

Sets the PRNG algorithm state.

Sets propertyNumCosmoMath.RNG:state

Parameters

state

Type: const gchar*

Algorithm state.

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