class="resources"
Generates a pseudorandom pattern of values that are the waiting times to the order number event of a unit mean Poisson process.

![]() |
samples specifies the number of samples contained in the output array. samples must be greater than or equal to 0. The default value is 128. |
![]() |
order specifies the event number of the unit mean Poisson process. The default value is 1. |
![]() |
seed, when greater than 0, causes reseeding of the noise sample generator. The default is 1. If seed is less than or equal to 0, the noise generator is not reseeded and resumes producing noise samples as a continuation of the previous noise sequence. This is the default behavior. |
![]() |
gamma noise contains the gamma-distributed, pseudorandom pattern. |
![]() |
error returns any error or warning from the VI. You can wire error to the Error Cluster From Error Code VI to convert the error code or warning into an error cluster. |