- 'common' update.

This commit is contained in:
Christoph Oelckers 2020-04-07 22:44:10 +02:00
parent 4d44682603
commit 4b8444b64d
7 changed files with 100 additions and 163 deletions

View file

@ -48,6 +48,11 @@ public:
FRandom (const char *name);
~FRandom ();
int Seed() const
{
return sfmt.u[0] + idx;
}
// Returns a random number in the range [0,255]
int operator()()
{