MOTION  0.01
Framework for mixed-protocol multi-party computation
Namespaces | Functions
random.h File Reference
#include <random>
#include <vector>
#include "utility/typedefs.h"
Include dependency graph for random.h:

Go to the source code of this file.

Namespaces

 encrypto
 
 encrypto::motion
 

Functions

template<typename UnsignedIntegralType , typename = std::enable_if_t<std::is_unsigned_v<UnsignedIntegralType>>>
std::vector< UnsignedIntegralType > encrypto::motion::RandomVector (std::size_t length)
 Returns a vector of length random unsigned integral values. More...