weighted random selection in java?

前端 未结 0 782
我在风中等你
我在风中等你 2021-01-23 20:48

Can I do the following in java without using external libraries? Maybe with if-else statements? thanks

import random

print(random.choices([\'A\', \'B\', \'C\'],          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题