:orphan: # PetscPDFSampleConstant2D Sample uniformly from a uniform distribution on [-1, 1] x [-1, 1] in 2D ## Synopsis ``` #include "petscdt.h" PetscErrorCode PetscPDFSampleConstant2D(const PetscReal p[], const PetscReal dummy[], PetscReal x[]) ``` Not Collective ## Input Parameter - ***p -*** Two uniform variables on [0, 1] ## Output Parameter - ***x -*** Coordinate in [-1, 1] x [-1, 1] ## See Also `PetscPDFConstant2D()`, `PetscCDFConstant2D()`, `PetscPDFSampleConstant1D()`, `PetscPDFSampleConstant3D()` ## Level beginner ## Location src/dm/dt/interface/dtprob.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/dt/interface/dtprob.c) [Index of all DT routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)