Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.16.0
-
Component/s: camel-core
-
Labels:None
-
Estimated Complexity:Unknown
Description
We be nice with a random function in simple so you can do random delays during processor or whatnot
${random(10)}
To return a random value between 0 and 9.
And to do with range
${random(10,20)}
To select a random number between 10 and 19.
We may ponder a bit about the upper bound should be inclusive or exclusive?