2 * Copyright (c) 2016, 2021, Pelion and affiliates.
3 */
4#ifndef TEST_RANDLIB_H
5#define TEST_RANDLIB_H
6
7#ifdef __cplusplus
8extern"C" {
9#endif
10
11#include <stdbool.h>
12
13bool test_randLIB_seed_random();
14
15bool test_randLIB_get_8bit();
16
17bool test_randLIB_get_16bit();
18
19bool test_randLIB_get_32bit();
20
21bool test_randLIB_get_64bit();
22
23bool test_randLIB_get_n_bytes_random();
24
25bool test_randLIB_get_random_in_range();
26
27bool test_randLIB_randomise_base();
28
29
30#ifdef __cplusplus
31 }
32#endif
33
34#endif // TEST_RANDLIB_H
Important Information for this Arm website
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.