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