Rename d to dbl in order to avoid shadowing distributions named d.
This was almost always declared as double d, except in rand.dist.uni.real where it was D::result_type d (still of type double).
Fixes MSVC warning C4456 "declaration of 'd' hides previous local declaration".