find Correct Numbers
fun findCorrectNumbers(gameType: GameType, rowNumbers: List<Int>, rowExtraNumbers: List<Int> = emptyList(), drawNumbers: List<Int>, drawExtraNumbers: List<Int> = emptyList()): Rules.CorrectNumbersResult
Find correct numbers of a coupon row based on the GameType row numbers and draw numbers.
Parameters
game Type
Game type to check, (the type have different rules).
row Numbers
row Extra Numbers
optinal
draw Numbers
draw Extra Numbers