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:
instead of that C type like you used.for my $count (1..1000000){ .... }
|
|---|