THRIFT-929. cpp: Use boost::lognormal_distribution in ZlibTest This way we no longer have to have a huge hard-coded list of numbers in the source code. The distribution is randomly generated for each run. (Although the --seed argument can be used for repeatablity.)