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

  • Home
  • SEARCH
  • 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 8909311
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 15, 20262026-06-15T03:23:53+00:00 2026-06-15T03:23:53+00:00

How do you provide a seed for a java random generator? Random generator =

  • 0

How do you provide a seed for a java random generator?
Random generator = new Random(2002334);
Does this produce the same number every time the random generator is called and does it matter what number you use as a seed?

  • 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-06-15T03:23:54+00:00Added an answer on June 15, 2026 at 3:23 am

    By creating an instance of the Random class.

    Random rand = new Random(42);
    int x = rand.nextInt(); // will always be the same
    

    You can also use the setSeed method to (re-)set the seed on an already created Random instance:

    rand.setSeed(42);
    int x = rand.nextInt(); // will be the same again
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What are the most secure sources of entropy to seed a random number generator?
I'm trying to create a sensible class hierarchy for a congruential random number generator
Please provide pointers to help me mock that java InputStream object. This is the
I must generate a random number using boost libraries, I use this code: boost::mt19937
In regard to providing the long to seed java.util.Random , if I instantiate the
Provide an example for the pseudo-regex: Match every url except those from example.com and
Please provide a good, thorough tutorial about Java class loading , focusing on how
Can anyone provide a clear example of how to remove a supercolumn in Java
Please provide me the proper solution of this script with explanation: $a = 5;
I'm current stuck in the random generator. The requirement specification shows a sample like

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.