NeoPZ
TPZUniformRandom.cpp
Go to the documentation of this file.
1 /*
2  * File: TPZUniformRandom.cpp
3  * Author: quinelato
4  *
5  * Created on 5 de Dezembro de 2017, 13:31
6  */
7 
8 #include <functional>
9 #include <random>
10 
11 #include "TPZUniformRandom.h"
12 
13 template class TPZUniformRandom<REAL>;