luco2018 / hcRNG

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A. Introduction:

The hcRNG library is an implementation of uniform random number generators targetting the AMD heterogenous hardware via HCC compiler runtime. The computational resources of underlying AMD heterogenous compute gets exposed and exploited through the HCC C++ frontend. Refer here for more details on HCC compiler.

The following list enumerates the current set of RNG generators that are supported so far.

  1. MRG31k3p
  2. MRG32k3a
  3. LFSR113
  4. Philox-4x32-10

To know more, go through the Documentation

B. Key Features

  • Support for 4 commonly used uniform random number generators.
  • Single and Double precision.
  • Multiple streams, created on the host and generates random numbers either on the host or on computing devices.

C. Prerequisites

  • Refer Prerequisites section here

D. Tested Environment so far

  • Refer Tested environments enumerated here

E. Installation

  • Follow installation steps as described here

F. Unit testing

  • Follow testing procedures as explained here

G. API reference

  • The Specification of API's supported along with description can be found here

H. Example Code

  • Refer Examples section here

About


Languages

Language:C++ 94.6%Language:C 2.6%Language:Perl 1.0%Language:Objective-C 0.8%Language:CMake 0.7%Language:Shell 0.4%