.AdvancedNoise.Generators.Utilities.Interfaces.PartialGenerator.random

Information

This partial function defines the input and output arguments of a random(..) function of a random number generator package.

Interface

partial function random
  extends Modelica.Icons.Function;
  input Integer[nState] stateIn "The internal states for the random number generator";
  output Real result "A random number with a uniform distribution on the interval (0,1]";
  output Integer[nState] stateOut "The new internal states of the random number generator";
end random;

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control

Generated at 2024-11-24T19:25:44Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos