Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 769 Bytes

File metadata and controls

17 lines (11 loc) · 769 Bytes

Weighted Item Randomizer for C#

What can this library be used for?

  • Simulating biased dice or coins
  • Random outcomes in video games
  • Randomly selecting a user, but giving preference to users who haven't been selected recently.
  • Creating an AI which is randomized, yet still able to make smart decisions.
  • Simulating any other non-uniform (or uniform!) discrete probability distribution

Is this software free?

Yes! See the license page for more details.

How do I use the Weighted Item Randomizer?

Check out the Getting Started page for a quick tutorial.