Here you can find the source of randomEntre1eh100()
public static int randomEntre1eh100()
//package com.java2s; //License from project: Open Source License public class Main { public static int randomEntre1eh100() { return (int) (Math.random() * 100) + 1; }//from www. j av a 2 s . com }