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