All Downloads are FREE. Search and download functionalities are using the official Maven repository.

squidpony.squidmath.IStatefulRNG Maven / Gradle / Ivy

Go to download

SquidLib platform-independent logic and utility code. Please refer to https://github.com/SquidPony/SquidLib .

There is a newer version: 3.0.6
Show newest version
package squidpony.squidmath;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy