Uses of Class
squidpony.squidmath.DeckRNG
Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of DeckRNG in squidpony.squidmath
Methods in squidpony.squidmath that return DeckRNG Modifier and Type Method Description DeckRNG
DeckRNG. copy()
Creates a copy of this DeckRNG; it will generate the same random numbers, given the same calls in order, as this DeckRNG at the point copy() is called.