#include "slepcvec.h" PetscErrorCode VecSetRandomNormal(Vec v,PetscRandom rctx,Vec w1,Vec w2)Logically Collective
v | - the vector to be filled with random values | |
rctx | - the random number context (can be NULL) | |
w1 | - first work vector (can be NULL) | |
w2 | - second work vector (can be NULL) |