scclib
Stable Cloud Computing C++ Library
Functions
random.cc File Reference

Tests for Random number generator. More...

#include <crypto/random.h>
#include <gtest/gtest.h>
#include <iostream>
#include <string>
#include <random>
#include <map>
#include <vector>
Include dependency graph for random.cc:

Go to the source code of this file.

Functions

 TEST (random_tests, uints)
 
 TEST (random_tests, seed)
 
 TEST (random_tests, mersenne_twister_engine)
 
 TEST (random_tests, bytes_sanity)
 

Detailed Description

Tests for Random number generator.

Definition in file random.cc.