Generates random values from a variate X, where X describes the selected distribution type. You must manually select the polymorphic instance to use.


icon

Inputs/Outputs

  • cbool.png reset

    reset, if TRUE, resets the seed to the seed control value. The default is FALSE.

  • cu32.png N

    N sets the size of the random permutation by shuffling the sequence start..start+N–1.

  • ci32.png 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.

  • ci32.png seed

    seed, when greater than 0, causes reseeding of the noise sample generator. The default is –1.

  • i1di32.png random permutation

    random permutation contains randomized data generated by shuffling the sequence start..start+N–1.

  • ii32.png 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.