ai.libs.jaicore.basic.IRandomizable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jaicore-basic Show documentation
Show all versions of jaicore-basic Show documentation
Fundamental utils required by many other starlibs projects.
package ai.libs.jaicore.basic;
import java.util.Random;
public interface IRandomizable {
public Random getRandom();
public void setRandom(Random random);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy