Interface IStatefulRNG

All Superinterfaces:
IRNG, RandomnessSource, Serializable, StatefulRandomness
All Known Implementing Classes:
DeckRNG, DistributedRNG, EditRNG, GWTRNG, MoonwalkRNG, SilkRNG, StatefulRNG

public interface IStatefulRNG
extends IRNG, StatefulRandomness
Simply groups the two interfaces IRNG and StatefulRandomness so some implementations of IRNG can have their states read from and written to.
Created by Tommy Ettinger on 11/25/2018.