I have two questions to the developer: 1) what for was to create a class RandGen, when the HL engine has two functions: pfnRandomLong and pfnRandomFloat. 2) in this class the following is not used:
union
{
long double m_randomPtr;
uint32 m_randomBits [3];
};
what for it?