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.

  • ci32.png samples

    samples specifies the number of samples the output array contains. samples must be greater than or equal to 0. The default is 128.

  • ci32.png k1

    k1 specifies the number of degrees of freedom of the first chi-squared variate that forms the F variate. k1 must be greater than 0.

  • ci32.png k2

    k2 specifies the number of degrees of freedom of the second chi-squared variate that forms the F variate. k2 must be greater than 0.

  • ci32.png seed

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

  • i1ddbl.png f random numbers

    f random numbers contains randomized data distributed according to the F distribution.

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