![]() |
Code Examples
A repository of 155 code examples for BeepBeep
|
Processor that converts any input into a random integer. More...
Public Member Functions | |
RandomMutator (int min_value, int max_value) | |
RandomMutator | duplicate (boolean with_state) |
Protected Member Functions | |
boolean | compute (Object[] inputs, Object[] outputs) throws ProcessorException |
Protected Attributes | |
Random | m_random |
A Random object. | |
int | m_minValue = 0 |
The minimum random number that can be generated. | |
int | m_maxValue = 0 |
The minimum random number that can be generated. | |
Processor that converts any input into a random integer.
This processor is represented graphically as follows:
Definition at line 32 of file RandomMutator.java.