cuRAND
The NVIDIA CUDA Random Number Generation library (cuRAND) delivers high performance GPU-accelerated random number generation (RNG). The cuRAND library delivers high quality random numbers 8x faster using hundreds of processor cores available in NVIDIA GPUs.
cuRAND also provides two flexible interfaces, allowing you to generate random numbers in bulk from host code running on the CPU or from within your CUDA functions/kernels running on the GPU. A variety of RNG algorithms and distribution options means you can select the best solution for your needs.
Download Now Explore what’s new in the latest release...Key Features
|
|
|
The random number generators and statistical distributions provided in the cuRAND library have been tested against well-known statistical test batteries, including TestUO1. Please see the cuRAND documentation for selected test results.
Performance
Review the latest CUDA performance report to learn how much you could accelerate your code.

Availability
The cuRAND library is freely available as part of the CUDA Toolkit at www.nvidia.com/getcuda.
For more information on cuRAND and other CUDA math libraries:
- Source code examples demonstrating how to use the cuRAND library:
- cuRAND User Guide
- Additional GPU-accelerated libraries