摘要:
假设rand7()是给定的某一个能返回某一范围内值得等概率函数 public int rand7() { //这个是系统随机的,具体实现我们是不知道的 return (int)(Math.random() * 7) + 1;}先将系统给的函数转化为0,1的古典概型函数 public int rand 阅读全文
posted @ 2022-08-09 14:49
Creater_k
阅读(32)
评论(0)
推荐(0)
2022年8月9日