Skip to content

Instantly share code, notes, and snippets.

@stephenjbarr
stephenjbarr / rgen_eigen.cpp
Created April 3, 2012 04:35
lightning fast matrices of random numbers with Eigen and Tina's Random Number Generator
// AUTHOR: Stephen J. Barr
#include <trng/config.hpp>
#if defined TRNG_HAVE_OPENMP
#include <cstdlib>
#include <iostream>
#include <omp.h>
#include <trng/yarn2.hpp>
#include <trng/uniform01_dist.hpp>