WOLFRAM SYSTEM MODELER

ImpureRandom

Block generating random numbers with the impure random number generator

Wolfram Language

In[1]:=
SystemModel["Modelica.Blocks.Examples.Noise.Utilities.ImpureRandom"]
Out[1]:=

Information

This information is part of the Modelica Standard Library maintained by the Modelica Association.

This block demonstrates how to implement a block using the impure random number generator. This block is used in the example Examples.Noise.ImpureGenerator.

Parameters (1)

samplePeriod

Value:

Type: Period (s)

Description: Sample period for random number generation

Connectors (1)

y

Type: RealOutput

Description: Connector of Real output signal

Components (1)

globalSeed

Type: GlobalSeed

Description: Defines global settings for the blocks of sublibrary Noise, especially a global seed value is defined

Used in Examples (1)

ImpureGenerator

Modelica.Blocks.Examples.Noise

Demonstrates the usage of the impure random number generator

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