Class NotRandom

java.lang.Object
java.util.Random
com.unascribed.ears.common.util.NotRandom
All Implemented Interfaces:
Serializable, RandomGenerator

public class NotRandom extends Random
A Random that always returns 0. Useful for versions of Minecraft where the cuboid list in a model part is private, but there's a getRandomCuboid method that accepts a custom Random instance.
See Also: