Open jmaguirrei opened 5 years ago
I am also facing same issue. UPDATE: Seems I was using an older version - the recent version has fixes in lib/random.js and lib/index.js It may still be confusing as to what is real contract of the range. Simpler option could be to set a min and max range for each operand instead of final result.
Bug: Math Expression result are not between min and max config options Version: 1.4.0
Current behavior:
Expected behavior: According to the docs, the result of the expression must be between 1 and 9
It seems each element in the expression is between mathMin and mathMax but not the result.
May be a bug either in the implementation or in the docs.
Thanks