随机红包算法(Java)
摘要:public class hongbao { @Test public void testHongbao(){ hb(100, 100, 0.01);//金额,个数,最少值 } void hb(double total,int num,double min){ for(int i=1;i<num;i
阅读全文
posted @ 2016-08-18 15:22
posted @ 2016-08-18 15:22
posted @ 2016-08-04 21:29
posted @ 2016-08-04 21:23