User guide

E-34
PLI Access Routines
vcs_dist_poisson
Returns random numbers with a specified mean. See
"vcs_random" on page E-34 for details.
These routines are declared in the vcs_acc_user.h file in
$VCS_HOME/lib.
vcs_random
You use this routine to obtain a random number.
vcs_random()
Synopsis: Returns a random number.
Syntax: vcs_random()
Type Description
Returns: int Random number
Type Name Description
Arguments: None
Related
routines:
vcs_random_const_seed vcs_random_seed vcs_dist_uniform
vcs_dist_normal vcs_dist_exponential vcs_dist_poisson