Package | Description |
---|---|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, and some classes for combinatorics.
|
Modifier and Type | Method and Description |
---|---|
static LongPeriodRNG[] |
LongPeriodRNG.createMany(int count)
Creates many LongPeriodRNG objects in an array, where each will generate a sequence of 2 to the 512 numbers that
will not overlap with other sequences in the array.
|
static LongPeriodRNG[] |
LongPeriodRNG.createMany(int count,
long seed)
Creates many LongPeriodRNG objects in an array, where each will generate a sequence of pow(2, 512) numbers that
will not overlap with other sequences in the array.
|
static LongPeriodRNG[] |
LongPeriodRNG.createMany(int count,
long[] seed)
Creates many LongPeriodRNG objects in an array, where each will generate a sequence of pow(2, 512) numbers that
will not overlap with other sequences in the array.
|
static LongPeriodRNG[] |
LongPeriodRNG.createMany(int count,
String seed)
Creates many LongPeriodRNG objects in an array, where each will generate a sequence of pow(2, 512) numbers that
will not overlap with other sequences in the array.
|
Constructor and Description |
---|
LongPeriodRNG(LongPeriodRNG other) |
Copyright © 2012–2016. All rights reserved.