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

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.
 

Detailed Description

Processor that converts any input into a random integer.

This processor is represented graphically as follows:

Processor
Author
Sylvain Hallé

Definition at line 32 of file RandomMutator.java.


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