Java实现彩票程序
Java实现彩票程序,很多人对于Java实现彩票程序不是很清楚,下面跟着小编一起来看看吧,希望此文章能帮到你。
Java实现彩票程序
import java.util.ArrayList;import java.util.Collections;import java.util.List;import java.util.Random;public class Main { public static void main(String[] args) { //红球 33 选6 List<Integer> redBall = new ArrayList<Integer>(); for(int i=0;i<33;i ){ redBall.add(i 1); } System.out.println(\"开奖红球:\" select(redBall, 6)); //篮球16选1 List<Integer> blueBall = new ArrayList<Integer>(); for(int i=0;i<16;i ){ blueBall.add(i 1); } System.out.println(\"开奖蓝球:\" select(blueBall, 1)); } public static List<Integer> select(List<Integer> list,int count){ List<Integer> selectedList = new ArrayList<Integer>(); Random random = new Random(); for(int i=0;i<count;i ){ int index = random.nextInt(list.size()); Integer number = list.get(index); selectedList.add(number); list.remove(index); } Collections.sort(selectedList); return selectedList; }}
相关阅读
-
SQL Error: select * from www_96kaifa_com_ecms_news where id<>'50728' and classid='42' order by newstime desc limit 5
玩家必看攻略“泸州大贰名堂图解!其实有挂-知乎
我来教教大家“大亨互娱是不是有挂”!详细开挂教程(详细教程)-知乎
玩家必看攻略“四川麻将怎么买挂!(其实真的有挂-知乎
揭秘!正版美猴王大厅牛牛有挂吗!其实有挂-知乎
揭秘!聚友吧扫雷平台有挂吗!(其实真的有挂-知乎
我来告诉大家“衢州茶苑双扣一直输”!详细开挂教程(详细教程)-知乎
玩家必看攻略“麻友圈有没有挂”!详细开挂教程-知乎
我来告诉大家“一乐麻将是不是有挂!(其实真的有挂-知乎