C + + produces a fixed number of random numbers within a fixed range

Source: Internet
Author: User

1#include <iostream>2#include <ctime>3#include <random>4 using namespacestd;5 voidKnuthintNintm)6 {7Srand ((unsignedint) Time (NULL));8      for(inti =0; I < n; i++) {9         /*Notice that in the entire for loop, the seed of the random number is fixed, rand ()Ten the value is constant. One here n must subtract I, otherwise it is likely to produce a random number less than n A         */  -         if(rand ()% (N-i) <m) { -cout << i <<Endl; the--m; -         } -      } - } +  - intMain () + { AKnuth +,Ten); at     return 0; -}

The above procedure is assuming M is far greater than n!

C + + produces a fixed number of random numbers within a fixed range

Related Article

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.