I recently found out that LabVIEW uses the Wichmann-Hill (1984) random number generator.
http://digital.ni.com/public.nsf/allkb/9D0878A2A596A3DE86256C29007A6B4A
...which in some fields is completely unacceptable for not being random enough (cycle length of 6.9536e12?)
A much better (and arguably a much more currently standard one) would be Mersenne Twister (cycle length of 2e19937−1).
http://www.mathworks.com/help/matlab/ref/randstream.list.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.