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