Tag

srand

0 views collected around this technical thread.

Laravel Tech Community
Laravel Tech Community
Mar 1, 2021 · Backend Development

PHP srand() – Seeding the Random Number Generator

This article explains PHP's srand() function, detailing its purpose of seeding the random number generator, optional seed parameter, lack of return value, and provides a complete example showing how to generate a seed from microtime and produce random numbers.

BackendRandomseed
0 likes · 1 min read
PHP srand() – Seeding the Random Number Generator