Skip to content

Commit 3e73c2c

Browse files
committed
fixed description of "input defines range" mode for randomizers
1 parent 0a80406 commit 3e73c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Logic Blocks Guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ Its settings are shown in figure \ref{fig:Randomizer} and are as follows:
756756
- Output on input: outputs a random value generated on each frame when it is activated, and $0$ otherwise
757757
- Change on input: outputs a random value generated on each frame when it is activated, and the last generated value (initialized to $0$) otherwise
758758
- Input defines range: outputs a random value generated on each frame in the intersection between the value bounds and the range $[\min(\text{inputs}), \max(\text{inputs})]$ when the block is activated, and the last generated value (initialized to a random value within the value bounds) otherwise
759-
- If the intersection is empty, the value bounds range is used instead
759+
- If the intersection is empty, the value bounds range is used instead if any of the inputs isn't 0, otherwise the output is always 0
760760
- -Change, +Output: generates and stores a random value on each frame when the block is activated with a negative input, and outputs the last generated value (initialized to a random value within the value bounds) when it is activated with a positive input
761761

762762
\begin{figure}[H]

0 commit comments

Comments
 (0)