2015-08-15 02:13:25 +08:00
|
|
|
Title: Random Number Generator APIs
|
2015-05-26 03:10:29 +08:00
|
|
|
|
|
|
|
Description:
|
|
|
|
|
|
|
|
This test verifies the following random number APIs operate
|
|
|
|
as expected:
|
|
|
|
sys_rand32_get()
|
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Building and Running Project:
|
|
|
|
|
|
|
|
This microkernel project outputs to the console. It can be built and executed
|
|
|
|
on QEMU as follows:
|
|
|
|
|
|
|
|
make pristine
|
2015-06-06 09:48:58 +08:00
|
|
|
make qemu
|
2015-05-26 03:10:29 +08:00
|
|
|
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Sample Output:
|
|
|
|
|
|
|
|
Starting random number tests
|
|
|
|
===================================================================
|
|
|
|
Generating random numbers
|
|
|
|
Generated 10 values with expected randomness
|
|
|
|
===================================================================
|
|
|
|
PASS - RegressionTaskEntry.
|
|
|
|
===================================================================
|
2015-06-05 20:24:47 +08:00
|
|
|
PROJECT EXECUTION SUCCESSFUL
|