﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3383	Issues with Modelica_Noise Beta 1 Backend	anonymous	Per Östlund	"Please get https://github.com/DLR-SR/Noise/tree/MSL (https://github.com/DLR-SR/Noise/archive/MSL.zip) and load package Modelica Modelica_Noise Beta 1.

With OpenModelica 1.9.3NightlyBuild from today, the following problems occur:

The following models give an error when translating the generated C-Code:

simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.GenericNoise)
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.AutomaticSeed)
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.Distributions)
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.UniformNoiseProperties)
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.ImpureGenerator)
simulate(Modelica_Noise.Blocks.Examples.NoiseExamples.ActuatorWithNoise)

All errors seem to be the same source due to Modelica_Noise.Blocks.Noise.GlobalSeed

{{{
  function random = Modelica_Noise.Math.Random.Utilities.impureRandom(final id=id_impure) 
    protected 
  parameter Integer id_impure = ...;
}}}

the ""id_impure variable is claimed to be not defined when defining function random
"	defect	assigned	high	Future	Backend	trunk			martin.otter@…
