Monero
Loading...
Searching...
No Matches
math_helper.h File Reference
#include <list>
#include <numeric>
#include <random>
#include <boost/timer/timer.hpp>
#include <boost/uuid/uuid.hpp>
#include <boost/uuid/random_generator.hpp>
#include "syncobj.h"
#include "time_helper.h"
Include dependency graph for math_helper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  epee::math_helper::average< val, default_base >
class  epee::math_helper::speed< default_time_window >
class  epee::math_helper::once_a_time< get_interval, start_immediate >
struct  epee::math_helper::get_constant_interval< N >
class  epee::math_helper::once_a_time_seconds< default_interval, start_immediate >
class  epee::math_helper::once_a_time_milliseconds< default_interval, start_immediate >
class  epee::math_helper::once_a_time_seconds_range< get_interval, start_immediate >

Namespaces

namespace  epee
 TODO: (mj-xmr) This will be reduced in an another PR.
namespace  epee::math_helper

Functions

template<class tlist>
void epee::math_helper::randomize_list (tlist &t_list)