scclib
Stable Cloud Computing C++ Library
|
Tests for Random number generator. More...
#include <crypto/random.h>
#include <gtest/gtest.h>
#include <iostream>
#include <string>
#include <random>
#include <map>
#include <vector>
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) | |
Tests for Random number generator.
Definition in file random.cc.