.Noise.Utilities.Interfaces.PDF

Information

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

NameDescription
 RNGThe random number generator function to be used

Revisions

Developed 2014 at the DLR Institute of System Dynamics and Control


Generated at 2024-09-07T18:25:44Z by OpenModelicaOpenModelica 1.23.1 using GenerateDoc.mos