Closed tbeu closed 9 years ago
Yes, ModelicaRandom_xxx C functions should be moved to MSL 3.2.2 trunk (ModelicaInternal.c and ModelicaStrings.c. Please, do it.
OK, will do it later for these 3 functions.
Fixed by r8527 in MSL SVN trunk, see svn2github/Modelica_StandardLibrary@61763832d4c6ce46403919c11a5cd5ff396d6735
BTW, getpid and getTime needed to be adapted to be compatible to more platforms.
Thank you!
In ModelicaRandom.c the functions
must change from static to MODELICA_EXPORT since they are used by external functions.
I can prepare PR if you like.
@MartinOtter @HansOlsson Otherwise it needs to be discussed if getpid and getTime should be moved to ModelicaInternal.c and hashString to ModelicaStrings.c, respectively. If yes, this can be already done by now in MSL 3.2.2 trunk dev.