Message 1 of 5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
[ FlexSim 25.0.4 ]
Hi
How executestring(triangular(1,3,2,9)) uses random seed? I tested it and I have a doubt that it doesn't recognize it at all.
Example:
string myDistr = "triangular(1,3,2,9)";
double ret = executestring(myDistr);
return ret;
Solved! Go to Solution.