lk-geimfari / mimesis

Mimesis is a robust data generator for Python that can produce a wide range of fake data in multiple languages.
https://mimesis.name
MIT License
4.34k stars 326 forks source link

Finance should operate on high precision (Decimal) #1575

Open kudlatyamroth opened 3 days ago

kudlatyamroth commented 3 days ago

Bug report

What's wrong

Financial provider operates on floats, what is not acceptable in this sector cos` of low precision.

How is that should be

It should operate on Decimal, which have high precision faker have module pydecimal which can be inspiration for improvement :)