about summary refs log tree commit diff stats
path: root/ext/wittle_generator/Random.cpp
blob: 2248947a6e01feb415d18aa9f2dda16ede82cfc7 (plain) (blame)
1
2
3
4
5
#include "Random.h"

#include <time.h>

std::mt19937 Random::gen = std::mt19937((int)time(0));