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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T13:20:06+00:00 2026-06-14T13:20:06+00:00

Given a random number generator r() which produces a (pseudo-)random double in the interval

  • 0

Given a random number generator r() which produces a (pseudo-)random double in the interval [0,1] with uniform density, ie p(x) = 1 for 0 <= x <= 1 and p(x) = 0 elsewhere, create a random number generator r(a,b) which generates a double in the interval [a,b] with density p(x) = 1/(b-a) for a <= x <= b.

  • 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-14T13:20:07+00:00Added an answer on June 14, 2026 at 1:20 pm

    I believe (and have tested) that this produces a uniform distribution.

    r(a,b) = ((r * b) mod (b-a)) + a
    

    but is there another more obvious way?

    Yes:

    r(a, b) = r*(b-a) + a
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am looking for a pseudo random number generator which would be specialized to
I am given a function rand5() that generates, with a uniform distribution, a random
I would like to create a color generator based on random numbers, which might
How can I generate a pseudo-random number (preferably in Lua), where the generator has
I'm looking for a random number generator in JavaScript which I can initialize with
I'm working with the random number generator available within C++11. At the moment, I'm
I'm currently working on a C/C++ project where I'm using a random number generator
My Python code generates a random number between 0 and 35 and stores that
I am trying to make a random number generator for a uni project. I
Given a pseudorandom number generator int64 rand64() , I would like to build a

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.