A few quick comments:
1. The description gives the misleading impression that the generator can only be seeded automatically, although non-automatic (manual) seeding is also available.
2. There is no .ppd file (I created one for Windows to be able to install).
3. I was able to install (PPM lists Math-Random-MT-Auto as an installed package), but I'm not able to use the package. More specifically, I get the following error message:
Can't locate Math/Random/MT/Auto.pm in @INC ...
The statement that produced the error message was as follows:
use Math::Random::MT::Auto qw(rand gaussian set_seed);
Thanks!
Phillip