Diligent Engine  v.2.4.g
Classes | Namespaces | Typedefs
FastRand.hpp File Reference
#include "../../Platforms/Basic/interface/DebugUtilities.hpp"

Go to the source code of this file.

Classes

class  Diligent::FastRand
 Fast random number generator. More...
 
class  Diligent::FastRandReal< Type >
 Generates a real random number in [Min, Max] range. More...
 
class  Diligent::FastRandInt
 Generates an integer random number in [Min, Max] range. More...
 

Namespaces

 Diligent
 The library uses Direct3D-style math:
 

Typedefs

using Diligent::FastRandFloat = FastRandReal< float >
 
using Diligent::FastRandDouble = FastRandReal< double >