<class 'ValueError'>: empty range for randrange() (1, 1, 0)
at /usr/lib/python3.8/random.randrange(random.py:226) ~[?:?]
at /usr/lib/python3.8/random.randint(random.py:248) ~[?:?]
at /usr/local/lib/python3.8/dist-packages/odfuzz-0.14a2-py3.8.egg/odfuzz/generators.generate(generators.py:93)
Steps to reproduce:
Odata metadata with a Edm.Decimal property where Precision = Scale
Steps to reproduce: Odata metadata with a Edm.Decimal property where Precision = Scale
Expected outcome: decimal values between 0 and 1(ex: 0.322, 0.979)
The above snippet with Precision> Scale works fine