IGLib  1.7.2
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
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

package  IG.Num