Modified random distribution: Difference between revisions

Content added Content deleted
(New post.)
m (One line overflowed width of page.)
Line 261: Line 261:
}
}


std::cout << "Modified random distribution with " << sample_size << " samples in range [0, 1):" << "\n" << std::endl;
std::cout << "Modified random distribution with " << sample_size << " samples in range [0, 1):"
<< std::endl << std::endl;
std::cout << " Range Number of samples within range" << std::endl;
std::cout << " Range Number of samples within range" << std::endl;