Jump to content

Generating a random number

Featured Replies

I am trying to generate a random number between i and j.

 

The code at the bottom always generates the same number which is 42.

 

How can I fix this ?

 

 

int RandInt (int i , int j)

{

return rand( ) % (j-i+1) + i ;

}

Archived

This topic is now archived and is closed to further replies.

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.