eml_rand_mt19937ar.h 458 B

123456789101112131415161718192021222324252627
  1. //
  2. // File: eml_rand_mt19937ar.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 04-Mar-2023 17:44:30
  6. //
  7. #ifndef EML_RAND_MT19937AR_H
  8. #define EML_RAND_MT19937AR_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include <cstddef>
  12. #include <cstdlib>
  13. // Function Declarations
  14. namespace coder {
  15. void genrand_uint32_vector(unsigned int mt[625], unsigned int u[2]);
  16. }
  17. #endif
  18. //
  19. // File trailer for eml_rand_mt19937ar.h
  20. //
  21. // [EOF]
  22. //