Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 {keyword: [low, high], keyword1: [low1, high1], keyword2: [low2, high2] ... } 的列表,我想在它上面运行一个加权随机算法来选择一个关键字每一个请求。无论如何,直接的算法会扭曲结果吗?
谢谢,拉贾。