import java.util.Random; public class RandomSingleton { public static Random get = new Random(); }