[Tinyos-help] (no subject)
Paul Stickney
pstickne at gmail.com
Wed May 28 09:08:54 PDT 2008
(and the C you do use should be C89-compat; trying to use C99 will likely barf)
Also, be aware of the problems and limitations of using FP math on
motes. They (standard motes) are not PCs and may a more limited range
and/or rely upon emulation.
Consider using on of the existing random components or maybe a simple
LCG such as Super-Duper and don't normalize to a FP.
More information about the Tinyos-help
mailing list