template< class CharT, class Traits, class ResultType >
std::basic_ostream<CharT,Traits>& operator<<( std::basic_ostream<CharT,Traits>& ost,
const lognormal_distribution<ResultType>& d ); (1) template< class CharT, class Traits, class ResultType >
std::basic_istream<CharT,Traits>& operator>>( std::basic_istream<CharT,Traits>& ist,