Discuss Scratch
- Discussion Forums
- » Suggestions
- » "Pick Random () To () With Seed ()" Block
- 1080GBA
-
500+ posts
"Pick Random () To () With Seed ()" Block
No support, scratch wasnt meant to be a perlin noise engine
and people like 9 year old me wouldnt know what seeds were or ask friends and accept a lie from them
besides, theres thisdefine random with seed (min)(max)(seed)
set [lcg v] to ((((1664525) * (seed)) + (1013904223)) mod (1024))
set [random v] to ((min) + (((max) - (min)) * ((lcg) / (1024))))
define random with seed (min)(max)(seed)
set [random v] to ((min) + (((max) - (min)) * (((((1664525) * (seed)) + (1013904223)) mod (1024)) / (1024))))
- historical_supa
-
1000+ posts
"Pick Random () To () With Seed ()" Block
Please don't blockspam.No support, scratch wasnt meant to be a perlin noise engine
and people like 9 year old me wouldnt know what seeds were or ask friends and accept a lie from them
besides, theres thisdefine random with seed (min)(max)(seed)
set [lcg v] to ((((1664525) * (seed)) + (1013904223)) mod (1024))
set [random v] to ((min) + (((max) - (min)) * ((lcg) / (1024))))define random with seed (min)(max)(seed)
set [random v] to ((min) + (((max) - (min)) * (((((1664525) * (seed)) + (1013904223)) mod (1024)) / (1024))))
- 1080GBA
-
500+ posts
"Pick Random () To () With Seed ()" Block
Please don't quote the wrong postPlease don't blockspam.No support, scratch wasnt meant to be a perlin noise engine
and people like 9 year old me wouldnt know what seeds were or ask friends and accept a lie from them
besides, theres thisdefine random with seed (min)(max)(seed)
set [lcg v] to ((((1664525) * (seed)) + (1013904223)) mod (1024))
set [random v] to ((min) + (((max) - (min)) * ((lcg) / (1024))))define random with seed (min)(max)(seed)
set [random v] to ((min) + (((max) - (min)) * (((((1664525) * (seed)) + (1013904223)) mod (1024)) / (1024))))
- ZippingBobcaat49
-
38 posts
"Pick Random () To () With Seed ()" Block
Bump X: Running out of Star Wars references.
- ZippingBobcaat49
-
38 posts
"Pick Random () To () With Seed ()" Block
So this suggestion was on/beyond page 30? Let’s bump lads!
If you have time, bump some serious suggestions from page 30 and onwards so April Fools Topics do not get put into the dustbin!
- k0d3rrr
-
1000+ posts
"Pick Random () To () With Seed ()" Block
That is their signature. A signature is a piece of text attached to every post they make.So this suggestion was on/beyond page 30? Let’s bump lads!
If you have time, bump some serious suggestions from page 30 and onwards so April Fools Topics do not get put into the dustbin!
- dertermenter
-
1000+ posts
"Pick Random () To () With Seed ()" Block
(#67)Yeah, it was on page 36 I believe.So this suggestion was on/beyond page 30? Let’s bump lads!
If you have time, bump some serious suggestions from page 30 and onwards so April Fools Topics do not get put into the dustbin!
- misteray
-
1000+ posts
"Pick Random () To () With Seed ()" Block
No support, Scratch is used by 8-12 year olds, and I bet more than 99% of them would be confused on what this does. Especially the word “seed”.
I'm 12 and can perfectly understand this. Why? Because its scratch(and I play minecraft). It's supposed to be simple. I bet you 99% of people don't know you or me exist. Is that true? Nobody knows because it's hard to know. Nobody knows if that 99% of people metric is true.
Anyways, support. Like others said, it's hard to replicate.
Last edited by misteray (April 4, 2022 15:14:03)
- ModBros
-
15 posts
"Pick Random () To () With Seed ()" Block
It might be nice to have a separate “Set Random Seed”
This block would set the seed for all random blocks in the sprite it's used. Users who don't know what it does would never have to bother with it, but users who do would find it very useful. I think that a solution like this would be within all of Scratch's philosophies.
Set random seed to ()
This block would set the seed for all random blocks in the sprite it's used. Users who don't know what it does would never have to bother with it, but users who do would find it very useful. I think that a solution like this would be within all of Scratch's philosophies.
- ZippingBobcaat49
-
38 posts
"Pick Random () To () With Seed ()" Block
Bump XI, Wishing for more names
- ZippingBobcaat49
-
38 posts
"Pick Random () To () With Seed ()" Block
Hippity hoppity time to give this post a bumpity
- Discussion Forums
- » Suggestions
-
» "Pick Random () To () With Seed ()" Block