.Noise.RNG

Information

Introduction

This package contains the implemented random number generators.

SampleBased RNGs

These need a state and correspond to many well-known and well-studied RNGs.

SampleFree RNGs

These do not need a state and thus don't issue events. They are, however, not yet as well studied...

Important properties

Period

When does the randum number stream repeat?

Uniformity

Are the random numbers uniformly distributed between 0 and 1?

Correlation of randum numbers

Are subsequent random numbers correlated? Are random numbers with different seeds correlated?

Contents

NameDescription
 SampleBased
 SampleFree

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2024-05-19T18:15:52Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos