This commit is contained in:
Tipx-L 2023-08-10 01:22:53 -07:00
parent 0ad626ae11
commit bb1bcdeb61
1 changed files with 2 additions and 0 deletions

View File

@ -11320,6 +11320,8 @@
game.countChoose();
var settle=function(){
_status.imchoosing=false;
//Algorithm: Generate the random number range using the mean and the half standard deviation of accuracies of the player's last 5 plays
//算法用玩家的上5次游玩的准确率的平均数和半标准差生成随机数范围
var choose_to_play_beatmap_accuracies=(lib.config.choose_to_play_beatmap_accuracies||[]).concat(Array.from({
length:6-(lib.config.choose_to_play_beatmap_accuracies||[]).length
},()=>get.rand(70,100)));