jcuda.jcurand
Class curandDiscreteDistribution

java.lang.Object
  extended by jcuda.NativePointerObject
      extended by jcuda.jcurand.curandDiscreteDistribution

public class curandDiscreteDistribution
extends NativePointerObject

A discrete distribution


Constructor Summary
curandDiscreteDistribution()
          Creates a new, uninitialized curandDiscreteDistribution
 
Method Summary
 java.lang.String toString()
          Returns a String representation of this object.
 
Methods inherited from class jcuda.NativePointerObject
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

curandDiscreteDistribution

public curandDiscreteDistribution()
Creates a new, uninitialized curandDiscreteDistribution

Method Detail

toString

public java.lang.String toString()
Returns a String representation of this object.

Overrides:
toString in class NativePointerObject
Returns:
A String representation of this object.