randomGenerator: Renamed Random

This commit is contained in:
Will Bainbridge
2024-04-11 09:14:51 +01:00
parent f0c63237aa
commit 1d05b224cb
117 changed files with 389 additions and 359 deletions

View File

@ -1,6 +1,6 @@
#include "cpuTime.H"
#include "Pair.H"
#include "Random.H"
#include "randomGenerator.H"
using namespace Foam;
@ -17,7 +17,7 @@ static const label E = 4;
template<class Pow>
Pair<scalar> run(Pow pow)
{
Random rndGen(0);
randomGenerator rndGen(0);
cpuTime time;