Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
64355494
Topic
5503671
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