Skip to content

Instantly share code, notes, and snippets.

#include <boost/range/algorithm/for_each.hpp>
#include <boost/range/algorithm/count_if.hpp>
#include <boost/range/irange.hpp>
#include <boost/range/adaptor/transformed.hpp>
#include <iostream>
#include <random>
#include <cmath>
using namespace boost;
using namespace adaptors;