Random Permutation VI
- Updated2025-07-30
- 2 minute(s) read
Generates random values from a variate X, where X describes the selected distribution type. You must manually select the polymorphic instance to use.

Inputs/Outputs
reset
—
reset, if TRUE, resets the seed to the seed control value. The default is FALSE.
N
—
N sets the size of the random permutation by shuffling the sequence start..start+N–1.
start
—
start sets the starting value of the random permutation by shuffling the sequence start..start+N–1. With start = 1 (default), LabVIEW generates a random permutation of the sequence 1, 2, …, N.
seed
—
seed, when greater than 0, causes reseeding of the noise sample generator. The default is –1.
random permutation
—
random permutation contains randomized data generated by shuffling the sequence start..start+N–1.
error
—
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. |
reset
—
N
—
start
—
random permutation
—
error
—