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

com.lin.random.RandomData Maven / Gradle / Ivy

There is a newer version: 1.0.8
Show newest version
package com.lin.random;

/**
 * 随机数据接口
 * @author lkmc2
 * @since 1.0.0
 */
public interface RandomData {

    /**
     * 生成一个随机值
     * @return 一个随机值
     */
    T next();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy