Post
Topic
Board Development & Technical Discussion
Re: What is exactly Randstorm vulnerability?
by
SamYezi
on 24/07/2024, 12:30:41 UTC
The catch is that rng_seed_time(); is seeded by the time the function is called. And that function is called like only 2 times. However, Math.random() is seeded by the time the browser session starts, and it is called in a loop