Please enable JavaScript to view this site.

DAQFactory User's Guide

Navigation: 4 Expressions > 4.12 Expression Operator / Function Reference

4.12.13 Random Number functions

Scroll Prev Top Next More

Rand(Array Size) returns an array of Array Size filled with random numbers between 0 and 32767.

RandNormal(Center, Sigma, Array Size) returns an array of Array Size filled with random numbers normally distributed around Center with the given sigma value.

RandUniform(Bottom, Top, Array Size) returns an array of Array Size filled with random numbers evenly distributed between Bottom and Top.