Java Random randomEntre1eh100()

Here you can find the source of randomEntre1eh100()

Description

random Entreeh

License

Open Source License

Declaration

public static int randomEntre1eh100() 

Method Source Code

//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
}

Related

  1. randomDigit()
  2. randomDoubleArray(int size)
  3. randomElement(List list, Random random)
  4. randomElement(T[] items)
  5. randomElementFromArray(T[] source)
  6. randomEnum(Class clazz)
  7. randomEvent(float theChance, float theRange)
  8. randomException()
  9. randomFailure()