Fixed random number algorithm

Source: Internet
Author: User
The algorithm for finding a fixed random number has the following functions: & nbsp; rand (min, max, randseed) & nbsp; based on the randomly assigned randseed parameter, generate a fixed number between min and max. Who knows about the algorithm? please refer to the random number algorithm ------ solving a fixed random number algorithm.
The rand (min, max, randseed) function can generate a fixed number between min and max based on the randomly assigned randseed parameter.
Who knows the algorithm?

Random number algorithm


------ Solution --------------------
No!
However, rand can use srand to set the seed.
For example
Srand (10 );
Echo rand (0, 10 );

No matter how many runs, only 5 is output.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.