Method

NumCosmoMathMPIJobTestset_rand_vector

Declaration [src]

void
ncm_mpi_job_test_set_rand_vector (
  NcmMPIJobTest* mjt,
  const guint len,
  NcmRNG* rng
)

Description [src]

Sets a random vector of length len in mjt.

Parameters

len

Type: const guint

Vector length.

rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.