Method

NumCosmoMathSplineFuncTestset_seed

Declaration [src]

void
ncm_spline_func_test_set_seed (
  NcmSplineFuncTest* sft,
  const gulong seed
)

Description [src]

Sets the seed for the random number generator. Must be a positive integer. If it is set to zero, it generates a seed internally.

See also #ncm_rng_set_seed and #ncm_rng_set_random_seed from NcmRNG.

Parameters

seed

Type: const gulong

The seed for the random number generator.