C# Class ManagedCuda.CudaRand.CudaRandNativeMethods

C# Wrapper-Methods for CuRand functions defined in curand.h
显示文件 Open project: kunzmi/managedCuda Class Usage Examples

Private Methods

Method Description
curandCreateGenerator ( ManagedCuda.CudaRand.CurandGenerator &generator, GeneratorType rng_type ) : CurandStatus
curandCreateGeneratorHost ( ManagedCuda.CudaRand.CurandGenerator &generator, GeneratorType rng_type ) : CurandStatus
curandCreatePoissonDistribution ( double lambda, ManagedCuda.CudaRand.DiscreteDistribution &discrete_distribution ) : CurandStatus
curandDestroyDistribution ( ManagedCuda.CudaRand.DiscreteDistribution discrete_distribution ) : CurandStatus
curandDestroyGenerator ( ManagedCuda.CudaRand.CurandGenerator generator ) : CurandStatus
curandGenerate ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerate ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerateLogNormal ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT n, float mean, float stddev ) : CurandStatus
curandGenerateLogNormal ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT n, float mean, float stddev ) : CurandStatus
curandGenerateLogNormalDouble ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT n, double mean, double stddev ) : CurandStatus
curandGenerateLogNormalDouble ( ManagedCuda.CudaRand.CurandGenerator generator, double outputPtr, ManagedCuda.BasicTypes.SizeT n, double mean, double stddev ) : CurandStatus
curandGenerateLongLong ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerateLongLong ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerateNormal ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT n, float mean, float stddev ) : CurandStatus
curandGenerateNormal ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT n, float mean, float stddev ) : CurandStatus
curandGenerateNormalDouble ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT n, double mean, double stddev ) : CurandStatus
curandGenerateNormalDouble ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT n, double mean, double stddev ) : CurandStatus
curandGeneratePoisson ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT n, double lambda ) : CurandStatus
curandGeneratePoisson ( ManagedCuda.CudaRand.CurandGenerator generator, uint outputPtr, ManagedCuda.BasicTypes.SizeT n, double lambda ) : CurandStatus
curandGenerateSeeds ( ManagedCuda.CudaRand.CurandGenerator generator ) : CurandStatus
curandGenerateUniform ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerateUniform ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerateUniformDouble ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUdeviceptr outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGenerateUniformDouble ( ManagedCuda.CudaRand.CurandGenerator generator, [ outputPtr, ManagedCuda.BasicTypes.SizeT num ) : CurandStatus
curandGetDirectionVectors32 ( IntPtr &vectors, DirectionVectorSet set ) : CurandStatus
curandGetDirectionVectors64 ( IntPtr &vectors, DirectionVectorSet set ) : CurandStatus
curandGetScrambleConstants32 ( IntPtr &constants ) : CurandStatus
curandGetScrambleConstants64 ( IntPtr &constants ) : CurandStatus
curandGetVersion ( int &version ) : CurandStatus
curandSetGeneratorOffset ( ManagedCuda.CudaRand.CurandGenerator generator, ulong offset ) : CurandStatus
curandSetGeneratorOrdering ( ManagedCuda.CudaRand.CurandGenerator generator, Ordering order ) : CurandStatus
curandSetPseudoRandomGeneratorSeed ( ManagedCuda.CudaRand.CurandGenerator generator, ulong seed ) : CurandStatus
curandSetQuasiRandomGeneratorDimensions ( ManagedCuda.CudaRand.CurandGenerator generator, uint num_dimensions ) : CurandStatus
curandSetStream ( ManagedCuda.CudaRand.CurandGenerator generator, ManagedCuda.BasicTypes.CUstream stream ) : CurandStatus