randzone
Randzone is a term used in probability theory and computer science to denote a region within a domain that is defined by a random criterion. Given a domain D and a random mechanism, such as a random variable R on D or an external random seed, the randzone Z is the subset of points x in D for which a predicate P(x, R) holds with a specified probability. In practice, one often constructs Z by defining a threshold function g: D → [0,1] and taking Z = { x in D : U <= g(x) } where U is an independent Uniform(0,1) variable. The expected size or measure of Z can then be related to the average value of g over D.
Randzones are used to model and analyze regions determined by randomness in applications such as randomized
Because randzone is not a standard, universally defined term, its exact meaning can vary by field and
See also: probability theory, randomized algorithms, stochastic geometry, threshold models, random fields.