Home
last modified time | relevance | path

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

/petsc/src/sys/classes/random/impls/random123/
H A Drandom123.c41 static PetscReal PetscRandom123Step(PetscRandom123 *r123) in PetscRandom123Step() function
69 PetscReal re = PetscRandom123Step(r123); in PetscRandomGetValue_Random123()
70 PetscReal im = PetscRandom123Step(r123); in PetscRandomGetValue_Random123()
80 rscal = PetscRandom123Step(r123); in PetscRandomGetValue_Random123()
93 rreal = PetscRandom123Step(r123); in PetscRandomGetValueReal_Random123()