Uses of Class
squidpony.squidmath.SilkRNG
Package | Description |
---|---|
squidpony |
Utilities that don't fit elsewhere in SquidLib; mostly text manipulation, compression, and helper code.
|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of SilkRNG in squidpony
-
Uses of SilkRNG in squidpony.squidmath
Methods in squidpony.squidmath that return SilkRNG Modifier and Type Method Description SilkRNG
SilkRNG. copy()
Creates a copy of this SilkRNG; it will generate the same random numbers, given the same calls in order, as this SilkRNG at the point copy() is called.