Math Random Block Not Editable In Procedures

Started by minecraftmaster1678 on

Topic category: Troubleshooting, bugs, and solutions

Last seen on 14:06, 23. Oct 2019
Joined Dec 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Math Random Block Not Editable In Procedures

The Math Random Block Usually Has This In It "Random[0,1)"

I'm Trying To Edit It But No Matter What I Can't Seem To Edit It

Is There A Way To Edit It Or Is This A Bug That Needs To Be Fixed

You can multiply this random…
Sun, 10/07/2018 - 18:22

You can multiply this random to get a bigger range: Random[0,3) = Random[0,1) * 3

This is not a bug, this is how it is done with most programming languages.

Last seen on 14:06, 23. Oct 2019
Joined Dec 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
ah ok. i'm used to editable…
Tue, 05/28/2019 - 19:02

ah ok. i'm used to editable random blocks in scratch