摘要:
1.Red and Black There is a rectangular room, covered with square tiles. Each tile is colored either red or black. A man is standing on a black tile. F 阅读全文
摘要:
首先是利用纯随机数发生器来写一个生成指定数目的随机整数,这个程序要先设置一个种子x,然后再带入算法。 源代码: package project1; import java.util.Random; import java.util.Scanner; public class random1 { st 阅读全文