Does anyone have any information on what type of RNG Scratch (Sqeak) uses?
Offline
What do you mean?
Offline
It uses a pseudo random number formula. If you have the source code you can view it under Kernel-Numbers -> Random
Offline
smith2287 wrote:
greenfield wrote:
Does anyone have any information on what type of RNG Scratch (Sqeak) uses?
Exactly tell what do u want?
How the random number generator generates random numbers, I think...
Offline
songhead95 is correct:
songhead95 wrote:
It uses a pseudo random number formula. If you have the source code you can view it under Kernel-Numbers -> Random
If you want to give a gander at the code, go ahead.
However, for any practical purpose, why do you need to know?
I'm sure there's an easier way to do what you need.
Also, BWOG:
Yoiyoi wasn't spamming... I think he just didn't quite understand what greenfield was asking.
Offline