Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os by
test_randlib.h
00001 /* 00002 * Copyright (c) 2016 ARM. All rights reserved. 00003 */ 00004 #ifndef TEST_RANDLIB_H 00005 #define TEST_RANDLIB_H 00006 00007 #ifdef __cplusplus 00008 extern "C" { 00009 #endif 00010 00011 #include <stdbool.h> 00012 00013 bool test_randLIB_seed_random(); 00014 00015 bool test_randLIB_get_8bit(); 00016 00017 bool test_randLIB_get_16bit(); 00018 00019 bool test_randLIB_get_32bit(); 00020 00021 bool test_randLIB_get_n_bytes_random(); 00022 00023 bool test_randLIB_get_random_in_range(); 00024 00025 bool test_randLIB_randomise_base(); 00026 00027 00028 #ifdef __cplusplus 00029 } 00030 #endif 00031 00032 #endif // TEST_RANDLIB_H 00033
Generated on Tue Jul 12 2022 13:16:15 by
