User guide

E-35
PLI Access Routines
vcs_random_const_seed
You use this routine to return a random number and you supply an
integer constant argument as the seed for the random number.
vcs_random_seed
You use this routine to return a random number and you supply a
pointer argument.
vcs_randon_const_seed
Synopsis: Returns a random number.
Syntax: vcs_random_const_seed(integer)
Type Description
Returns: int Random number
Type Name Description
Arguments: int integer An integer constant.
Related
routines:
vcs_random vcs_random_seed vcs_dist_uniform vcs_dist_normal
vcs_dist_exponential vcs_dist_poisson
vcs_random_seed()
Synopsis: Returns a random number.
Syntax: vcs_random_seed(seed)
Type Description
Returns: int Random number
Type Name Description
Arguments: int * seed Pointer to an int type.
Related
routines:
vcs_random vcs_random_const_seed vcs_dist_uniform vcs_dist_normal
vcs_dist_exponential vcs_dist_poisson