You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update srand.xml Fix incorrect description
`srand(0)` uses `0` as seed, random seeding only occurs when seed is `null` or omitted.
* Update srand.xml Sync the description with mt_srand()
0 commit comments