.Noise.Utilities.Interfaces.PDF

The basic interface for a probability density function

Interface

partial function PDF
  extends Icons.PDF;
  extends Interfaces.InputOutput;
  replaceable function RNG = Noise.RNG.SampleBased.RNG_LCG constrainedby Interfaces.RNG "The random number generator function to be used" annotation(
     choicesAllMatching = true,
     Dialog(enable = false, tab = "Do not use"),
     Documentation(revisions = "<html>
<p><img src=\"modelica://Noise/Resources/Images/dlr_logo.png\"/> <b>Developed 2014 at the DLR Institute of System Dynamics and Control</b> </p>
</html>"));
end PDF;

Contents

Name Description
 RNG The random number generator function to be used

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2026-05-09T18:18:56Z by OpenModelicaOpenModelica 1.26.7 using GenerateDoc.mos