.Noise.RNG.SampleBased

Information

This package contains conventional sampled random number generators.

Contents

Name Description
 RNG_MRG Multiple recursive generator implementing the equation i = mod( sum(a*i) + c, m)
 RNG_LCG Linear congruential generator implementing the equation i = mod(a*i+c, m)
 RNG_LCG_NumericalRecipes Linear congruential generator with parameters as used in book Numerical Recipes
 RNG_LCG_VAX Linear congruential generator with parameters from VAX's MTH$RANDOM and old versions of glibc

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2026-04-01T18:18:38Z by OpenModelicaOpenModelica 1.26.3 using GenerateDoc.mos