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

com.intters.idworker.Test Maven / Gradle / Ivy

The newest version!
package com.intters.idworker;

public class Test {

	public static void main(String[] args) {
		for (int i = 0 ; i < 1000 ; i ++) {
			System.out.println(RuiD.nextShort());
		}
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy