WOLFRAM SYSTEM MODELER
ImpureGeneratorDemonstrates the usage of the impure random number generator |
SystemModel["Modelica.Blocks.Examples.Noise.ImpureGenerator"]
This information is part of the Modelica Standard Library maintained by the Modelica Association.
This example demonstrates how to use the impureRandom(..) function to generate random values at event instants. Typically, this approach is only used when implementing an own, specialized block that needs a random number generator. Simulation results are shown in the next figure:
impureRandom_y |
Default Value: impureRandom.y Type: Real |
---|
globalSeed |
Type: GlobalSeed Description: Defines global settings for the blocks of sublibrary Noise, especially a global seed value is defined |
|
---|---|---|
impureRandom |
Type: ImpureRandom Description: Block generating random numbers with the impure random number generator |
Date | Description | ||
---|---|---|---|
June 22, 2015 |
|