Define HIPRAND_VERSION

Define Documentation

HIPRAND_VERSION

hipRAND library version

Version number may not be visible in the documentation.

HIPRAND_VERSION % 100 is the patch level, HIPRAND_VERSION / 100 % 1000 is the minor version, HIPRAND_VERSION / 100000 is the major version.

For example, if HIPRAND_VERSION is 100500, then the major version is 1, the minor version is 5, and the patch level is 0.