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

com.gitee.fufu669.utils.CacheRandomUtil Maven / Gradle / Ivy

There is a newer version: 6.666.66021
Show newest version
package com.gitee.fufu669.utils;

import org.slf4j.Logger;
import org.slf4j.LoggerFactory;

import java.util.Random;

/** @author wangfupeng */
public class CacheRandomUtil {

	public static final Logger logger = LoggerFactory.getLogger(CacheRandomUtil.class);

	public static Random random = new Random();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy