Uses of Class
squidpony.squidmath.LowStorageShuffler
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of LowStorageShuffler in squidpony.squidmath
Subclasses of LowStorageShuffler in squidpony.squidmath Modifier and Type Class Description class
ShuffledIntSequence
An infinite sequence of pseudo-random ints (typically used as indices) from 0 to some bound, with all possible ints returned in a shuffled order before re-shuffling for the next result.