Home
last modified time | relevance | path

Searched refs:PetscRandomGetValuesReal_Random123 (Results 1 – 1 of 1) sorted by relevance

/petsc/src/sys/classes/random/impls/random123/
H A Drandom123.c99 static PetscErrorCode PetscRandomGetValuesReal_Random123(PetscRandom r, PetscInt n, PetscReal vals[… in PetscRandomGetValuesReal_Random123() function
146 PetscCall(PetscRandomGetValuesReal_Random123(r, n, vals)); in PetscRandomGetValues_Random123()
164 PetscDesignatedInitializer(getvaluesreal, PetscRandomGetValuesReal_Random123),