petsc-3.7.5 2017-01-01
Report Typos and Errors

PetscRandomType

String with the name of a PETSc randomizer

Synopsis

typedef const char* PetscRandomType;
#define PETSCRAND       "rand"
#define PETSCRAND48     "rand48"
#define PETSCSPRNG      "sprng"
#define PETSCRANDER48   "rander48"

Notes: to use the SPRNG you must have ./configure PETSc with the option --download-sprng

See Also

PetscRandomSetType(), PetscRandom, PetscRandomCreate()

Level:beginner
Location:
include/petscsys.h
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages