Mistake on this page?
Report an issue in GitHub or email us
test_randlib.h
1 /*
2  * Copyright (c) 2016 ARM. All rights reserved.
3  */
4 #ifndef TEST_RANDLIB_H
5 #define TEST_RANDLIB_H
6 
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 
11 #include <stdbool.h>
12 
13 bool test_randLIB_seed_random();
14 
15 bool test_randLIB_get_8bit();
16 
17 bool test_randLIB_get_16bit();
18 
19 bool test_randLIB_get_32bit();
20 
21 bool test_randLIB_get_64bit();
22 
23 bool test_randLIB_get_n_bytes_random();
24 
25 bool test_randLIB_get_random_in_range();
26 
27 bool 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.