On Linux
AOCL-SecureRNG library can be installed using standalone package available AOCL-SecureRNG Download section.
Alternatively, AOCL-SecureRNG binary can also be installed using AOCL master installer tar file available under AOCL Download section.
The master installer tar file could be used to install any standalone or whole package of pre-built AOCL libraries as explained in Using Master Package.
Local environment may use library after executing below command,
$ source $HOME/aocl/<version>/<gcc-or-aocc>/amd-libs.cfg
On Winodws
AOCL-SecureRNG binary for Windows can only be installed from AOCL windows installer exe file available under AOCL Download section.
The windows master installer could be used to install whole package of pre-built AOCL libraries as explained in Using Windows Packages.
Local environment may use library after setting PATH like below,
> set "PATH=C:\Program Files\AMD\AOCL-Windows\amd-secrng\lib\LP64;%PATH%"