Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7218507
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T21:29:30+00:00 2026-05-28T21:29:30+00:00

I have an app that will display Lotto Max numbers, I need to make

  • 0

I have an app that will display Lotto Max numbers, I need to make my app generate random numbers but I need the numbers to not repeat. I have my code done and would like to change a little as possible. But any help would be awesome!

    #include <iostream> 
    #include <iomanip>
    #include <cstdlib>
    using namespace std;

    int main()
    {

    {
cout << "*** LOTTO  MAX  INSTA  PICK ***" << endl;
cout<< " " << endl << endl;
    }

     {
 cout << "Your Insta Pick Numbers" << endl;
 cout<< " " << endl << endl;
     }
 for (int counter = 1; counter <= 21; ++ counter)
{

cout << setw(1) << (1 + rand() % 49) << " ";


if (counter % 7 == 0)
        cout << endl;
}
{
    cout<< " " << endl << endl;
}


{
cout << "Your Tag Numbers" << endl;
cout<< " " << endl << endl;
    }
for (int counter = 1; counter <= 9; ++ counter)
{

cout << setw(1) << (0 + rand() % 9)<< " ";


if (counter % 9 == 0)
        cout << endl;

}
{
    cout<< " " << endl << endl;
}
{
    cout << "Thank you for playing!! please check ticket\n a year minus a day            from date of purchase" <<endl;
}
    };
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-28T21:29:31+00:00Added an answer on May 28, 2026 at 9:29 pm

    Before using the rand function, you need to seed the generator with a unique value. This is done with the srand functions. Commonly the unique number is the current time as returned by time:

    srand(time(0));
    

    Unless you manage to run the application several times in a single second, the result will be unique every time you run the application.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app that will have entries of both varchar(max) and varbinary(max) data
I have an app that will display web pages within a UIWebView. The pages
I am trying to make an app that will display a bunch of different
I have a Java app that I'll call App . App will occasionally display
I'm working on an app that will need to display a coverflow style view
A page I have in my app will not display the required text so
I have an app that will display a bunch of images in a slideshow.
I have an App that will send authenticated emails using System.Net.Mail and System.Net.NetworkCredential my
I have a Rails app that will post some data to another Rails app.
I have a silverlight app that will be installed OOB with full trust and

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.