Uses of Record Class
com.knezevic.edaf.v3.core.rng.RngSnapshot
Packages that use RngSnapshot
-
Uses of RngSnapshot in com.knezevic.edaf.v3.core.rng
Methods in com.knezevic.edaf.v3.core.rng that return RngSnapshotModifier and TypeMethodDescriptionRngManager.snapshot()Captures complete RNG state for checkpoint/resume.Methods in com.knezevic.edaf.v3.core.rng with parameters of type RngSnapshotModifier and TypeMethodDescriptionvoidRngManager.restore(RngSnapshot snapshot) Restores stream states from checkpoint.