Newer
Older
mbed-os / features / frameworks / mbed-client-randlib / test / mbed-client-randlib / unittest / randlib / test_randlib.h
@Seppo Takalo Seppo Takalo on 27 Apr 2018 501 bytes Get rid of FEATURE_COMMON_PAL
/*
 * Copyright (c) 2016 ARM. All rights reserved.
 */
#ifndef TEST_RANDLIB_H
#define TEST_RANDLIB_H

#ifdef __cplusplus
extern "C" {
#endif

#include <stdbool.h>

bool test_randLIB_seed_random();

bool test_randLIB_get_8bit();

bool test_randLIB_get_16bit();

bool test_randLIB_get_32bit();

bool test_randLIB_get_64bit();

bool test_randLIB_get_n_bytes_random();

bool test_randLIB_get_random_in_range();

bool test_randLIB_randomise_base();


#ifdef __cplusplus
}
#endif

#endif // TEST_RANDLIB_H