IGLib 1.4
The IGLib base library for development of numerical, technical and business applications.

Random.cs File Reference

Classes

interface  IG::Num::IRandomGenerator
 Uniform random number generator. More...
class  IG::Num::RandomGenerator
 Default generator of uniformly distributed random numbers. Provides a global generator and a static function for generating new generators. Currently, the generator used is the system's generator built in C#. More...
class  IG::Num::RandGeneratorThreadSafe
 Generator of uniformly distributed random numbers. Based on the default random generator. Instance members are thread safe! More...
class  IG::Num::RandomGeneratorSystem
 Generator of uniformly distributed random numbers. Based on system random generator. WARNING: Instance members are not guaranteed to be thread safe! More...

Namespaces

namespace  IG::Num
 All Classes Namespaces Files Functions Variables Enumerations Properties Events