123456789101112131415161718192021222324 |
- //
- // File: eml_rand_mt19937ar_stateful.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 09-Mar-2023 16:57:20
- //
- #ifndef EML_RAND_MT19937AR_STATEFUL_H
- #define EML_RAND_MT19937AR_STATEFUL_H
- // Include Files
- #include "rtwtypes.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- void eml_rand_mt19937ar_stateful_init_8();
- #endif
- //
- // File trailer for eml_rand_mt19937ar_stateful.h
- //
- // [EOF]
- //
|