Uploaded image for project: 'Minecraft (Bedrock codebase)'
  1. Minecraft (Bedrock codebase)
  2. MCPE-25044

Random selector not random enough

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • 1.2.8.0
    • 1.2.0.18
    • None
    • Confirmed
    • Android
    • 80865

      Phone : Asus Zenfone 2 ZE551ML (not root)
      Hello,

      I used the random selector (@r) to a random generation system and it seems that it works always with the same paternal (it choice every time the same entity OR like three different entities but always the sames on the same order)

      Idea to fix it : add more paterns to the random selector or change the random system to be more random.

      Details : I activate a command block that do
      /execute @r[type=armor_stand,name=Randomer5x5] ~ ~ ~ /execute @r[type=armor_stand,name=Randomizer5x5] ~ ~ ~ /setblock ~ ~-2 ~ redstone_block 0
      and this redstone block activate a command block with
      /execute @r[type=armor_stand,name=Generator5x5] ~ ~ ~ /clone [coordinates] [coordinates] ~-2 ~-1 ~-2 replace
      Maybe using two times the random selector is the reason but I tried to just select one entity and it's always the three same while I don't move.

            ZeReaper ZeReaper
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              CHK: