I'm reporting that PDL::random() results in lesser uniqueness versus CORE::rand()
This indicates that random() generates fewer random bits than rand(). Right ??
With perl, $Config{randbits} should report the number of random bits being generated by rand() - which is 48 on my SP-5.38.2.
Is the comparable value for PDL's random() function readily available ?