[Leetcode] Implement Rand10 () using Rand7 () uses Rand7 () to implement RAND10 ()

Source: Internet
Author: User

Given a function rand7 which generates a uniform random integer in the range 1 to 7, write a function rand10 which generate s a uniform random integer in the range 1 to 10.

Don't use System ' s Math.random() .

Example 1:

[7]

Example 2:

[8,4]

Example 3:

[8,1,10]

Note:

    1. rand7is predefined.
    2. Each testcase have one argument: n , the number of times is rand10 called.

Follow up:

    1. What's the expected value for the number of calls to rand7() function?
    2. Could minimize the number of calls to rand7() ?

S

[Leetcode] Implement Rand10 () using Rand7 () uses Rand7 () to implement RAND10 ()

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.