Zend certified PHP/Magento developer

Will random number generator seeds be shared across sessions?

Say I have a user that requests a random number from a seed (using mt_srand()). Before the server can return the number, another user also requests a random number from a seed. Will both users receive the same number as the seed from the last user was used?

submitted by /u/hamburger_hotdog
[link] [comments]