SQLsmith  v1.2.1-5-gfacd7a8
A random SQL query generator
Functions
random.hh File Reference

randomness More...

#include <random>
#include <utility>
#include <stdexcept>
#include <iterator>
Include dependency graph for random.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
T & random_pick (std::vector< T > &container)
 
template<typename I >
random_pick (I beg, I end)
 
template<typename I >
random_pick (std::pair< I, I > iters)
 
int d6 ()
 
int d9 ()
 
int d12 ()
 
int d20 ()
 
int d42 ()
 
int d100 ()
 

Detailed Description

randomness

Definition in file random.hh.