Files
ROCm/docs/reference/gpu_libraries/rand.md
Nagy-Egri Máté Ferenc 1a570efb48 Math Libraries Landing pages (#1940)
* Add C++ algorithm primitive lib cards

* Add PRNG section

* API Reference Manuals first

* Add Tensile and rocWMMA

* Change rocFFT and hipFFT order for consistency

* Add RCCL

* Fix PRNG links

* Add rocSOLVER and hipSOLVER

* Add general note on rocLIB vs hipLIB
2023-03-17 10:37:03 -06:00

26 lines
789 B
Markdown

# Random Numbers
:::::{grid} 1 1 2 2
:gutter: 1
:::{grid-item-card} rocRAND
rocRAND is an AMD GPU optimized library for pseudo-random number generators (PRNG).
- [API Reference Manual](https://rocmdocs.amd.com/projects/rocRAND/en/rtd/)
- [Changelog](https://github.com/ROCmSoftwarePlatform/rocRAND/blob/develop/CHANGELOG.md)
- [Examples](https://github.com/amd/rocm-examples/tree/develop/Libraries/rocRAND)
:::
:::{grid-item-card} hipRAND
hipRAND is a compatiblity layer for GPU accelerated FFT optimized for AMD GPUs
using rocFFT. hipFFT allows for a common interface for other non AMD GPU
FFT libraries.
- [API Reference Manual](https://rocmdocs.amd.com/projects/hipRAND/en/rtd/)
- [Changelog](https://github.com/ROCmSoftwarePlatform/hipRAND/blob/develop/CHANGELOG.md)
:::
:::::