package com.ubt.jimu.controller.util; /* loaded from: classes.dex */ public class IDGenerator { public static String a(long j) { return System.currentTimeMillis() + "" + ((int) (Math.random() * 1000.0d)); } }