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 6687083
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:14:48+00:00 2026-05-26T05:14:48+00:00

how to print an array in random order in java? example: int[] myArray =

  • 0

how to print an array in random order in java?

example:

int[] myArray = {5,4,3,2,1};

when printed, result should possibly be:

3 2 1 4 5

or

4 3 2 5 1

  • 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-26T05:14:48+00:00Added an answer on May 26, 2026 at 5:14 am

    You should look at writing a Fisher-Yates shuffle. It’s pretty easy to do, and efficient. Effectively you logically partition the array into a “shuffled” part and an “unshuffled part” – then repeatedly pick a random element from the unshuffled part and swap it with the first element from the unshuffled part, to make that part of the shuffled part.

    Alternatively, create a List<Integer> instead and then use Collections.shuffle. It’s unfortunate that there isn’t an equivalent for arrays, but Java’s type system doesn’t do terribly well in terms of making either arrays or primitives generic 🙁

    (I’m assuming you know how to do the printing side, and that it’s the shuffling side which is the tricky bit for you.)

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

Sidebar

Related Questions

I was trying to create a pseudo super struct to print array of structs.
What is the best way to print the cells of a String[][] array as
I have an array which is a list of domains, I want to print
In Java, arrays don't override toString() , so if you try to print one
$query = SELECT users FROM tabl ORDER BY RAND(); $result = mysql_query ($query) or
Given a Range of numbers say 1 to 10,000, Input is in random order.
Hiya, my code currently has three functions each producing a massive array of random
Imagine you have a large array of floating point numbers, of all kinds of
How come unserialize isn't restoring my array? See code below.. // prints a:1:{s:8:txn_type;s:32:recurring_payment_profile_cancel;} echo
Print all 12 verses of the popular holiday song . By 12 verses I

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.