Generates a binomially-distributed pseudorandom pattern whose values are the number of occurrences of an event given the probability of that event occurring and the number of trials.
trial probability is the probability that a given trial is true (1). The default is 0.5.
seed, when greater than or equal to 0, causes reseeding of the noise sample generator. The default is –1.
If seed is less than 0, LabVIEW does not reseed the noise generator, and the noise generator resumes producing noise samples as a continuation of the previous noise sequence.
trials is the number of trials performed for each element of signal out. The default is 1.0.
#s is the number of samples in the waveform.
The default is 128.