Randomizer
Type |
Multipart block |
---|---|
Physics |
No |
Transparency |
Yes (partial) |
Luminance |
Yes, 7 |
Blast resistance | |
Tool |
Any tool |
Renewable |
Yes |
Stackable |
Yes (64) |
Flammable |
No |
Availability |
Survival |
First appearance | |
Drops |
Itself |
Name |
randomizer |
The Randomizer is a simple truth-table based logic gate with 1 input and 3 outputs with added tick based functions. It can be used to create a random series of signals.
Obtaining
Crafting
Ingredients | Crafting recipe |
---|---|
Circuit Plate + Energized Silicon Chip + Conductive Plate |
Usage
I/O
The Randomizer has 1 input and 3 outputs. When placed, on the ground, the input is the side facing the player while the others are the outputs.
Logic
While the input is receiving power, the randomizer continuously shuffles the states of the three outputs using the Java random number generator. When the input is not receiving power, the current outputs are locked in place.
Applications
The primary use of this gate is for map makers who wish to add a truly "random" (i.e. pseudorandom) aspect to their maps. Such randomness is not possible with traditional Minecraft methods.
History
Version | Changes |
---|---|
v4.0.0 | Added the Randomizer. |
Issues
Issues pertaining to "Randomizer" are maintained on the ProjectRed Github page. Report issues there.