jcuda.jcurand
Class curandGenerator

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

public class curandGenerator
extends NativePointerObject

CURAND generator


Constructor Summary
curandGenerator()
          Creates a new, uninitialized curandGenerator
 
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

curandGenerator

public curandGenerator()
Creates a new, uninitialized curandGenerator

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.