Code Examples
A repository of 155 code examples for BeepBeep
plots.RandomTwoD Class Reference

Generates a random stream of x-y pairs. More...

Detailed Description

Generates a random stream of x-y pairs.

This processor internally forks an input of stream of numbers. The first fork is left as is and becomes the first output stream. The second fork is sent through a RandomMutator and becomes the second output stream.

Graphically, this can be described as follows:

Processor graph

When used in other processor chains, this group processor will be represented as:

Processor graph
Author
Sylvain Hallé

Definition at line 49 of file RandomTwoD.java.


The documentation for this class was generated from the following file: