Tag: historic

  • Historic frequency based random lotto number generator.

    This example is a little program to generate random numbers based on historic lotto results. Each potential result pull is weighted based on past results. The full project is available on GitHub here. First, we need to store the historic data. In this case I use an instance of SortedDictionary. There is a possible range…