Calculates the entropy of a set of modules.
Entropy is csharp -sum(p log(p) )
over all modules where each p is the probability of the module
public float GetEntropy(BrewedInk.WFC.ModuleSet modules);
modules ModuleSet
A set of modules
System.Single
The entropy of the given set of modules