in reply to TRNG Perl script query

Hi tim.qfs,
..As you can see from the above outputs, this script seems to work very well...
Did you test run this script to check the output? Because the body of your for loop is empty.
More so, you can use perl for loop like:

for my $count (1..1000000){ .... }
instead of that C type like you used.

If you tell me, I'll forget.
If you show me, I'll remember.
if you involve me, I'll understand.
--- Author unknown to me