| | |
C++ Random Numbers
![]() |
•
•
•
•
and let's say i have a range from 2 to N, what should i do to get the output only from 2 to N and not 0 to N?because what's given in the previous thread is a function to choose from 0 to N.
thank you![]()
c++ Syntax (Toggle Plain Text)
int n = 15; int random_int; random_int = (rand()%n-2)+2;
lets look at the min/max scenarios.
MIN:
Should be 2 (right?)
so you random 0. But you said +2 at the end. so you get 2. which is minimum.
MAX:
should be 15. But max of (15-2) is 13. But you added 2. So its 15.
Problem solved
=======================
I CANT GET AN IMAGE IN MY SIG :(
=======================
I CANT GET AN IMAGE IN MY SIG :(
=======================
![]() |
Similar Threads
- Compile time errors in C++ while generating random numbers (C++)
- C++ Reorder random numbers (C++)
- random numbers all different??? (C++)
Other Threads in the C++ Forum
- Previous Thread: File read problem
- Next Thread: passing linked lists through functions??
| Thread Tools | Search this Thread |
api array based binary bitmap c++ c/c++ char class classes classified code coding compatible compile console conversion count date delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file filewrite forms fstream function functions game givemetehcodez graph gui homeworkhelp homeworkhelper homeworksolutions iamthwee icon if...else ifstream input int integer java lib linkedlist linker loop looping loops map math matrix memory multiple news node object output play pointer problem program programming project python random read recursion reference rpg string strings struct symbol temperature template test text text-file toolkit tree url values variable vector video win32 windows winsock wordfrequency wxwidgets




