![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Generates a random stream of x-y pairs. More...
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:
When used in other processor chains, this group processor will be represented as:
Definition at line 49 of file RandomTwoD.java.