Open JohnathonNow opened 4 years ago
We need some mechanism for finding a range of possible values for a given range. For example, given a list of how many power cells were scored in a match by a team, return one at random based off of the normal distribution.
https://github.com/JohnathonNow/FRC2607_DiscordBot/blob/c80d1bbb3650ae807881d6b04a225876818f64cb/handlers/FRC/ScoutingData.java#L17
We need some mechanism for finding a range of possible values for a given range. For example, given a list of how many power cells were scored in a match by a team, return one at random based off of the normal distribution.