Randomizer
Module that outputs a random array each time step. Can be one or two dimensional depending on whether outputsize_x and outputsize_y or only outputsize is used in the xml definition.
Example XML definition
Example
<module
class = "Randomizer"
name = "Randomizer"
outputsize = "10"
min = "0"
max = "1"
/>
Parameters
| Name | Description | Type | Default |
|---|---|---|---|
| class | The class name for the module; must be "Randomizer". | string | |
| name | The name of this instance of the module. | string | |
| outputsize | Size of one dimensional output | int | |
| outputsize_x | Size of two dimensional output | int | |
| outputsize_y | Size of two dimensional output | int | |
| min | Minimum value of the output (inclusive) | int | |
| max | Maximum value of the output (inclusive) | int |
Module Connections
Outputs
| Name | Description |
|---|---|
| OUTPUT | The output with random values |
Author
Christian Balkenius
christian.balkenius@lucs.lu.se
Lund University Cognitive Science
Files
Randomizer.h
Randomizer.cc
Randomizer.ikc