Skip to content

3ngchun/engch_java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

engch_java

methods that I edited/found useful and want to keep for easy reusing

How to use:

import Engch.Library;
Library ec = new Library();

public double NanoTimeSeedSecureRandom(double range)

using system time in nano second as seed for SecureRandom();
return a random double from 0 to range

System.out.println(ec.NanoTimeSeedSecureRandom(100));

public ImageIcon ImageIconScales(String imagePath, int width, int length) throws IOException

return a rescaled imageIcon

About

methods that I edited/found useful and want to keep for easy reusing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages