MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
|
Contains two pseudo-random number generator implementations; one with uniform distribution (based on famous Mersenne Twister) and the other one with exponential distribution. More...
Classes | |
class | CExponentialRandom |
A exponential distribution random number generator. More... | |
class | CUniformRandom |
The (uniform random number generator) Mersenne Twister is a pseudorandom number generator developed in 1997 by Makoto Matsumoto and Takuji Nishimura. More... |
Contains two pseudo-random number generator implementations; one with uniform distribution (based on famous Mersenne Twister) and the other one with exponential distribution.