Skip to content
This repository was archived by the owner on Mar 22, 2019. It is now read-only.

Introduction

SanthoshMcw edited this page May 30, 2017 · 1 revision

The hcRNG library is an implementation of uniform random number generators targeting the AMD heterogeneous 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

Clone this wiki locally