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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:31:13+00:00 2026-06-10T12:31:13+00:00

I have an iPhone version of my application which is using a bit of

  • 0

I have an iPhone version of my application which is using a bit of code for setting up colors.

((rand() % 176) * 80) / 256.0f

I am new to objective c so I can’t figure out how this is working. I want to make exact copy of this for Android in Java.

In Java we usually use Random() . How am i suppose to implement this above function using Random r = Random();

  • 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-10T12:31:14+00:00Added an answer on June 10, 2026 at 12:31 pm

    Equivalent one-liner in Java would be:

    ((new Random().nextInt() % 176) * 80) / 256.0f;
    

    More about the random class on the JavaDoc

    Obviously you should not create a new instance of Random each time.

    Random r = new Random();
    // call r.nextInt() each time you need a new random integer
    double color = ((r.nextInt() % 176) * 80) / 256.0f;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am very new to iPhone. I have developed two version of an application
I have successfully developed a small iPhone+Monotouch (latest version) application with Monodevelop 2.8, which
I have an SQLite database in the first version of my iPhone application (which
I already have an iPhone application (version 1.0) available in the App Store and
I have submitted a new version of my iPhone App and the status is
I have an iphone application. I am using XCode 3.2.3 and iphone SDK4. Application
I have upgraded my iPhone SDK from 3.1.2 to 4. The application which I
I have uploaded new version of my application before few days and it have
I have some code which is working in iphone and i want to make
I have an iPhone application which I wanted to add URL schemes to. The

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.