﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3403	"Avoid using ""time"" as a macro variable"	Adrian Pop	Martin Sjölund	"
As far as I can see we define time in Model_model.h
{{{
#define time data->localData[0]->timeValue
}}}

That has issues if you use things like
{{{
srand(time(NULL));
}}}
in your external code. 

See for example:
https://test.openmodelica.org/hudson/job/SystemDynamics_Compilation/707/testReport/junit/SystemDynamics.IndustrialDynamics/Inventory/InventoryForresterNormalNoise/

The question is how do we deal with this? What does the spec says?
"	defect	closed	high	1.9.3	Code Generation	trunk	fixed		
