Method

NumCosmoGalaxySDPositiongen

Declaration [src]

void
nc_galaxy_sd_position_gen (
  NcGalaxySDPosition* gsdp,
  NcGalaxySDPositionData* data,
  NcmRNG* rng
)

Description [src]

Generates a new galaxy position. The NcGalaxySDPositionData object data must be initialized before calling this method.

Parameters

data

Type: NcGalaxySDPositionData

A NcGalaxySDPositionData.

The data is owned by the caller of the method.
rng

Type: NcmRNG

A NcmRNG.

The data is owned by the caller of the method.