mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-04 03:15:28 -05:00
28 lines
856 B
Markdown
28 lines
856 B
Markdown
# Random numbers
|
|
|
|
:::::{grid} 1 1 2 2
|
|
:gutter: 1
|
|
|
|
:::{grid-item-card} {doc}`rocRAND <rocrand:index>`
|
|
|
|
rocRAND is an AMD GPU optimized library for pseudorandom number generators.
|
|
|
|
* [GitHub](https://github.com/ROCmSoftwarePlatform/rocRAND/)
|
|
* [Changelog](https://github.com/ROCmSoftwarePlatform/rocRAND/blob/develop/CHANGELOG.md)
|
|
* [Examples](https://github.com/amd/rocm-examples/tree/develop/Libraries/rocRAND)
|
|
|
|
:::
|
|
|
|
:::{grid-item-card} {doc}`hipRAND <hiprand:index>`
|
|
|
|
hipRAND is a compatibility layer for GPU accelerated pseudorandom number generation optimized for
|
|
AMD GPUs using rocRAND. hipRAND allows for a common interface for other non AMD GPU
|
|
pseudorandom number generation libraries.
|
|
|
|
* [GitHub](https://github.com/ROCmSoftwarePlatform/hipRAND/)
|
|
* [Changelog](https://github.com/ROCmSoftwarePlatform/hipRAND/blob/develop/CHANGELOG.md)
|
|
|
|
:::
|
|
|
|
:::::
|