.\" @(#)CG56lossyInput	1.1		12/17/92
.NA "LossyInput"
.SD
This galaxy routes inputs to its \fIsink\fR
output with the probibility \fIlossProbability\fR
set by the user.
.SE
.SV 1.1 	12/17/92
.AL "GSWalter"
.LO "~ptolemy/src/domains/de/demo"
.DM DE DEGalaxy
.IH
.NE
\fIinput\fR (ANYTYPE)
.PE
.OH
.NE
\fIsave\fR (ANYTYPE)
.PE
\fIsink\fR (ANYTYPE)
.PE
.SH
.NE
\fIlossProbability\fR (float):  Probability of routing
value on \fIinput\fR through \fIsink\fR.
.NE
.ET
.LD
This galaxy contains a
.c RanGen
star producing numbers with a uniform distribution
in the interval [0.0, 1.0].  The output of
.c RanGen
is compared against \fIlossProbability\fR
in the 
.c TestLevel 
star.  If the random number falls below \fIlossProbability\fR,
the input will be routed to the \fIsink\fR output.  Otherwise,
the input will be routed to the \fIsave\fR output.  This allows
a user to specify the probability with which inputs will
be "sunk."
.SA
.c Router
.ES
