03-30-2007 03:01 PM
04-02-2007 11:03 AM
Hi Sue,
This is the only built-in LabVIEW function that generates a random number. You can create your own function or you can use a function in a another programming language, put it in a dll, that uses the C or stdcall (WINAPI) calling conventions. Then you can call that dll from LabVIEW.
Hope this helps!
04-02-2007 11:44 AM
04-02-2007 12:04 PM
04-02-2007 12:21 PM