News

Sometimes we need to generate random numbers to identify an entity uniquely. we can generate random number very easily by the below code:/** * * @return a random confirmation code. */public int ...