All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mosip.pms.device.util.DeviceUtil Maven / Gradle / Ivy

There is a newer version: 1.3.0-dp.1
Show newest version
package io.mosip.pms.device.util;

public class DeviceUtil {

	/**
	 * 
	 * @return
	 */
	public static String generateId(){
	    int id = (int)(Math.random()*1000000);
	    return id +"";
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy