You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any idea what the probability distribution should look like? Right now we're using Python's built-in random.choice() function and from the docs it says the distribution is uniform.
quotes which appear often should have lower priority. so each quote has to be weighed. when a quote is picked, add 1 to the weigh. higher weigh = lower priority.
Quotes should be scored in a way such that no quote appears too often or never appears at all
The text was updated successfully, but these errors were encountered: