netwire-1.0.0: Arrowized FRP implementation

MaintainerErtugrul Soeylemez <es@ertes.de>

FRP.NetWire.Random

Contents

Description

Noise generators.

Synopsis

Noise generators

noise :: Wire a DoubleSource

Noise between 0 (inclusive) and 1 (exclusive).

noise1 :: Wire a DoubleSource

Noise between -1 and 1 exclusive.

noiseGen :: MTRandom b => Wire a bSource

Noise.

noiseR :: (Real a, Integral b) => Wire a bSource

Noise between 0 (inclusive) and the input signal (exclusive).

wackelkontakt :: Wire a BoolSource

Random boolean.