jcuda.jcurand
Class curandOrdering

java.lang.Object
  extended by jcuda.jcurand.curandOrdering

public class curandOrdering
extends java.lang.Object

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

CURAND_ORDERING_PSEUDO_BEST

public static final int CURAND_ORDERING_PSEUDO_BEST
Best ordering for pseudorandom results

See Also:
Constant Field Values

CURAND_ORDERING_PSEUDO_DEFAULT

public static final int CURAND_ORDERING_PSEUDO_DEFAULT
Specific default 4096 thread sequence for pseudorandom results

See Also:
Constant Field Values

CURAND_ORDERING_PSEUDO_SEEDED

public static final int CURAND_ORDERING_PSEUDO_SEEDED
Specific seeding pattern for fast lower quality pseudorandom results

See Also:
Constant Field Values

CURAND_ORDERING_QUASI_DEFAULT

public static final int CURAND_ORDERING_QUASI_DEFAULT
Specific n-dimensional ordering for quasirandom results

See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns a string representation of the given constant

Returns:
A string representation of the given constant