mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 05:32:23 +00:00
12 lines
238 B
C
12 lines
238 B
C
/*
|
|
* Noise.h - get environmental noise for RNG
|
|
*
|
|
* The interface is system-independent, but the
|
|
* implementation should be highly system-dependent,
|
|
* to get at as much state as possible.
|
|
*/
|
|
|
|
#include "usuals.h"
|
|
|
|
word32 noise(void);
|