Uses of Interface
zombie.core.random.RandInterface
Packages that use RandInterface
-
Uses of RandInterface in zombie.core.random
Classes in zombie.core.random that implement RandInterfaceModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of RandInterface in zombie.erosion
Fields in zombie.erosion declared as RandInterface -
Uses of RandInterface in zombie.util.list
Methods in zombie.util.list with parameters of type RandInterfaceModifier and TypeMethodDescriptionstatic <E> EPZArrayUtil.pickRandom(E[] collection, RandInterface rnd) static <E> EPZArrayUtil.pickRandom(Iterable<E> collection, RandInterface rnd) static <E> EPZArrayUtil.pickRandom(Collection<E> collection, RandInterface rnd) static <E> EPZArrayUtil.pickRandom(List<E> collection, RandInterface rnd)