PetscRandomSetFromOptions#

Configures the random number generator from the options database.

Synopsis#

Collective

Input Parameter#

  • rnd - The random number generator context

Options Database Keys#

  • -random_seed - provide a seed to the random number generator

  • -random_no_imaginary_part - makes the imaginary part of the random number zero, this is useful when you want the same code to produce the same result when run with real numbers or complex numbers for regression testing purposes

Note#

Must be called after PetscRandomCreate() but before the rnd is used.

See Also#

PetscRandom, PetscRandomCreate(), PetscRandomSetType()

Level#

beginner

Location#

src/sys/classes/random/interface/randomc.c

Examples#

src/ksp/ksp/tutorials/ex11.c
src/vec/vec/tutorials/performance.c
src/vec/vec/utils/tagger/tutorials/ex1.c
src/ts/tutorials/ex42.c
src/sys/classes/random/tutorials/ex1.c
src/sys/classes/random/tutorials/ex2.c
src/vec/vec/tutorials/ex19.c
src/ksp/pc/tutorials/ex3.c
src/ksp/ksp/tutorials/ex5.c
src/ksp/ksp/tutorials/ex21.c


Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages