2010-02-20 18:51:54 +00:00
|
|
|
/*
|
2012-03-31 20:22:13 +00:00
|
|
|
* Copyright (c) 1995 Colin Plumb. All rights reserved.
|
|
|
|
* For licensing and other legal details, see the file legal.c.
|
|
|
|
*
|
2010-02-20 18:51:54 +00:00
|
|
|
* 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);
|