15 std::uniform_real_distribution<double> distribution(0.0,1.0);
16 auto uni = std::bind(distribution, generator);
18 const int nbins = 500;
19 const int narrays = 100;
21 for (
int ind=0; ind<narrays; ++ind) {
23 for (
int ibin=0; ibin<
nbins; ++ibin) {
int main(int argc, char *argv[])
GenericValue< UTF8<> > Value
GenericValue with UTF8 encoding.
void dump(const IFrame::pointer frame)
def load(filename, jpath="depos")