BaseRngLib.uni 513 B

12345678910111213141516
  1. // /** @file
  2. // Instance of RNG (Random Number Generator) Library.
  3. //
  4. // BaseRng Library that uses CPU RNG instructions to provide
  5. // random numbers.
  6. //
  7. // Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>
  8. //
  9. // SPDX-License-Identifier: BSD-2-Clause-Patent
  10. //
  11. // **/
  12. #string STR_MODULE_ABSTRACT #language en-US "Instance of RNG Library"
  13. #string STR_MODULE_DESCRIPTION #language en-US "BaseRng Library that uses CPU RNG instructions to provide random numbers"