|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcuda.jcurand.curandOrdering
public class curandOrdering
CURAND orderings of results in memory
Field Summary | |
---|---|
static int |
CURAND_ORDERING_PSEUDO_BEST
Best ordering for pseudorandom results |
static int |
CURAND_ORDERING_PSEUDO_DEFAULT
Specific default 4096 thread sequence for pseudorandom results |
static int |
CURAND_ORDERING_PSEUDO_SEEDED
Specific seeding pattern for fast lower quality pseudorandom results |
static int |
CURAND_ORDERING_QUASI_DEFAULT
Specific n-dimensional ordering for quasirandom results |
Method Summary | |
---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int CURAND_ORDERING_PSEUDO_BEST
public static final int CURAND_ORDERING_PSEUDO_DEFAULT
public static final int CURAND_ORDERING_PSEUDO_SEEDED
public static final int CURAND_ORDERING_QUASI_DEFAULT
Method Detail |
---|
public static java.lang.String stringFor(int n)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |