25float rounder; // to round values with, -1: no rounding
26float from_val, to_val; // histogram boundaries (first cell will be <from_val, last cell will be >= to_val), if not set will be the 0.001 - 0.999 parts of the distribution
27int ncells; // if too big due to rounding values, will be shrinked automatically