View Single Post
questions about RandGen class
Old
  (#1)
Immortal_BLG
Member
 
Status: Offline
Posts: 171
Join Date: Nov 2007
Location: Russian Federation
Question questions about RandGen class - 11-09-2008

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?
  
Reply With Quote