Fabcoin Core  0.16.2
P2P Digital Currency
Functions
Session.cpp File Reference
#include "Session.h"
#include <chrono>
#include <libdevcore/Common.h>
#include <libdevcore/CommonIO.h>
#include <libdevcore/Exceptions.h>
#include "Host.h"
#include "Capability.h"
Include dependency graph for Session.cpp:

Go to the source code of this file.

Functions

template<class T >
vector< TrandomSelection (vector< T > const &_t, unsigned _n)
 

Detailed Description

Author
Gav Wood i@gav.nosp@m.wood.nosp@m..com
Alex Leverington nesse.nosp@m.nce@.nosp@m.gmail.nosp@m..com
Date
2014

Definition in file Session.cpp.

Function Documentation

template<class T >
vector<T> randomSelection ( vector< T > const &  _t,
unsigned  _n 
)

Definition at line 100 of file Session.cpp.