05-31-2011 01:40 PM
I need to know ho to generate a random number like this shows. http://zone.ni.com/reference/en-XX/help/371361E-01/lvtextmath/msfunc_randperm/
The issue is I have know idea how to do it. I know I can generate from 0 to 1 but I need to be able to set the range.
Solved! Go to Solution.
05-31-2011 02:06 PM - edited 05-31-2011 02:08 PM
Scale the random number
And add a Dbl to Int conversion since the Math function returns an int