User guide

E-36
PLI Access Routines
vcs_dist_uniform
You use this routine to return a random number uniformly distributed
between parameters.
vcs_dist_uniform
Synopsis: Returns random numbers uniformly distributed between parameters.
Syntax: vcs_dist_uniform(seed, start, end)
Type Description
Returns: int Random number
Type Name Description
Arguments: int * seed Pointer to a seed integer value.
int start Starting parameter for distribution range.
int end Ending parameter for distribution range.
Related
routines:
vcs_random vcs_random_const_seed vcs_random_seed vcs_dist_normal
vcs_dist_exponential vcs_dist_poisson