bcbeatty / Weighted-Item-Randomizer-for-C-Sharp

Library for randomly selecting weighted items in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Library for randomly selecting weighted items in C#

License:MIT License


Languages

Language:C# 100.0%