You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: