ptedeschi / NFT.net

An engine developed with .NET Core to generate NFT's through a graphical interface. Simple as that, in the best Grab & Go style.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow decimal points for weighted randomizer

affinitya opened this issue · comments

in folder src/NFT.net/Mechanism/WeightedRandomizer.cs

the weight varable is defined as Int.

however, some cases we need more accurate weightage control and need the weightage to be more accurate and need 2 decimal points for the weightage.

can you update the program to enable that?