Interface: Random
This is the interface to a simple pseudorandom number generator. Currently
this interface is implemented by the RandomLFSR, which uses a linear
feedback shift register to generate the sequence and mote address to
initialize the register.
| Author:
| Jason Hill
|
| |
David Gay
|
| |
Philip Levis
|
| |
Alec Woo
|
| Modified:
| 6/25/02
|
- Components providing this interface:
-
tos.system.RandomLFSR
- Components requiring this interface:
-
tos.platform.mica2.CC1000RadioIntM
-
result_t
init
(void)
-
uint16_t
rand
(void)
init
result_t init(void)
rand
uint16_t rand(void)