I have a list of { keyword: [low, high], keyword1: [low1, high1], keyword2: [low2, high2] ... } and I would like to run a weighted random algorithm over it to select a keyword for every request. Would the straightforward algorithm skew the results in anyway ?
Thanks, Raja.