4
votes
4answers
451 views
random Decimal in python
How can I get a random decimal.Decimal? it appears that the random module only returns floats which are a pita to convert to Decimals.
…
