Package squidpony.squidmath
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
Created by Tommy Ettinger on 11/25/2018.
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.
-
Method Summary
Methods inherited from interface squidpony.squidmath.IRNG
between, between, between, copy, getRandomElement, getRandomElement, getRandomElement, next, nextBoolean, nextDouble, nextDouble, nextFloat, nextFloat, nextInt, nextInt, nextLong, nextLong, nextSignedInt, nextSignedLong, randomOrdering, randomOrdering, randomPortion, shuffle, shuffle, shuffle, shuffle, shuffleInPlace, shuffleInPlace, toSerializable