11-20-2007 04:27 PM
11-21-2007 08:08 AM
11-21-2007 08:54 AM - edited 11-21-2007 08:55 AM
11-21-2007 09:52 AM
11-21-2007 10:52 AM - edited 11-21-2007 10:55 AM
Well, a single quasi random number is not really different from a (pseudo random number), the difference arises if you have a sequence of such numbers.
http://mathworld.wolfram.com/QuasirandomSequence.html
http://en.wikipedia.org/wiki/Low-discrepancy_sequence
I am not aware if LabVIEW has such a beast.
The web has many code examples, so all you need to do is wrap it into a DLL. 🙂
11-21-2007 12:24 PM
Or you can just do this:
Here's the equivalent LabVIEW code:
Of course, if you only want a quasi-random number, you can't use this as it's truly random.
11-21-2007 10:27 PM