C Program to Generate Random Numbers with in a Range of values

  Рет қаралды 112,882

LearningLad

LearningLad

Күн бұрын

Пікірлер: 160
@gato7738
@gato7738 3 жыл бұрын
Dude, i was working for over three hours, and you're the only one who got the solution ! I love you ! And i give you my like, take it ! :)
@LearningLad
@LearningLad 3 жыл бұрын
You are welcome
@paramgor7688
@paramgor7688 3 жыл бұрын
SAME
@sarba85528
@sarba85528 3 жыл бұрын
Dude same here!
@peteradams2105
@peteradams2105 4 жыл бұрын
Beginner tip: Beware of testing your code in rapid succession with the use of 'srand(time(NULL))'. I thought I was having a problem during testing where the numbers were not "truly random" when in reality my problem was that I was running the program over and over so fast that it would often be run multiple times in the same second, so the second value of time would not change, and therefore the random number generated would be the same. That being said, thank you @LearningLad. This is by far one of the simplest and most easily understood methods to generate a random number that I have seen, AND you even included an easy way to add upper and lower limits. Very much appreciated.
@LearningLad
@LearningLad 4 жыл бұрын
Thank you :)
@aretib1026
@aretib1026 4 жыл бұрын
By far the most helpful video on this specific topic. thank you so much! keep up the great work.
@LearningLad
@LearningLad 4 жыл бұрын
Glad it was helpful!
@joelmarkjmj
@joelmarkjmj 2 жыл бұрын
Hats off for your explanation sir & You're the only one who says to dislike the video if we don't like it But I've became a huge fan of your explanation sir. that's really crystal clear sir...thank you for debugging my code sir
@LearningLad
@LearningLad 2 жыл бұрын
Thanks a ton
@sayukiTechki
@sayukiTechki 2 жыл бұрын
wow, your explanation is fantastic, you just made my learning C programming more enjoyable.
@LearningLad
@LearningLad 2 жыл бұрын
thank you :)
@chill4r585
@chill4r585 8 күн бұрын
Your explanations are always crystak clear, thank you, I will start learning C from your channel!! Subbed!
@LearningLad
@LearningLad 8 күн бұрын
Most welcome
@deeptangshu-dutta
@deeptangshu-dutta 3 жыл бұрын
Thank You. I was literally stuck on this rand() function for days. And cussing it too😅😓. And now I know it. Thanks Once again😄♥♥
@brxyann
@brxyann 3 жыл бұрын
Thank you! Very helpful tutorial for a beginner like me 👍
@LearningLad
@LearningLad 3 жыл бұрын
Glad it was helpful!
@user-mi8ew2to8e
@user-mi8ew2to8e 4 жыл бұрын
Interviewer : Code the internal implementation of rand()
@MesbahSalekeen
@MesbahSalekeen 3 жыл бұрын
i was trying to make a hangman game where i will give some words in a text file associated with some random number. my program will randomly take a word and ask user to guess. this definitely helped.
@balkrishnakc9967
@balkrishnakc9967 Жыл бұрын
I really appreciate for your teaching that you provide all the bug and solutions ❤
@LearningLad
@LearningLad Жыл бұрын
It's my pleasure
@charanmc4484
@charanmc4484 3 жыл бұрын
Superb explanation bro,good job. Thanks 🤗
@LearningLad
@LearningLad 3 жыл бұрын
Welcome 👍
@argentinidomador7239
@argentinidomador7239 2 жыл бұрын
Thanks for your video, this help me a lot :D
@LearningLad
@LearningLad 2 жыл бұрын
You're welcome!
@williamhong6819
@williamhong6819 3 жыл бұрын
Thank you so much, this really helped me with my assingment!!!!!!! Love you my man😘
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@Linebeck
@Linebeck 4 жыл бұрын
Thank you so much!! Greetings from Italy :)
@LearningLad
@LearningLad 4 жыл бұрын
Pleasure :)
@thediychannel2805
@thediychannel2805 4 жыл бұрын
It was a very nice and helpful video👍 Thank you
@LearningLad
@LearningLad 4 жыл бұрын
Glad it was helpful!
@joelmarkjmj
@joelmarkjmj 2 жыл бұрын
Thank you for debugging my code sir
@LearningLad
@LearningLad 2 жыл бұрын
most welcome :)
@Vutsman1
@Vutsman1 3 жыл бұрын
What if you need a random number from 1 to 1 million, with a seed 179. The first iteration is 545994 but I can't get it. I'd like to know how to do this.
@_StardustSurfer
@_StardustSurfer 4 жыл бұрын
Very helpful. Thank you so much!! 🙏
@LearningLad
@LearningLad 4 жыл бұрын
You're so welcome!
@VishalSharma-jx9in
@VishalSharma-jx9in 3 жыл бұрын
thanks bro that video was amazing
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@nikkowh
@nikkowh 3 жыл бұрын
Yo man, thanks for vid, i think i passed just thanks to you
@LearningLad
@LearningLad 3 жыл бұрын
Glad my video helped you Keep learning
@danielceka5247
@danielceka5247 2 жыл бұрын
Thank you man you saved me
@LearningLad
@LearningLad 2 жыл бұрын
Glad I could help
@prakharmathur6447
@prakharmathur6447 4 жыл бұрын
Thanks sir , I was in need of this
@LearningLad
@LearningLad 4 жыл бұрын
Most welcome
@MeetPatel-ps1hh
@MeetPatel-ps1hh 3 жыл бұрын
Your are Awesome Dude!!!! liked and subscribed instantly!
@Naomi-ej2gr
@Naomi-ej2gr 3 жыл бұрын
This is of great help, thank u for making these videos
@LearningLad
@LearningLad 3 жыл бұрын
My pleasure!
@studyWithJun473
@studyWithJun473 2 жыл бұрын
thanks bro. easy to understand . no bullshit , straight away got to the point. love it
@abubakarmusaharuna9776
@abubakarmusaharuna9776 4 жыл бұрын
wow! well explanation thank you sir
@LearningLad
@LearningLad 4 жыл бұрын
You are most welcome
@martincolicchio2773
@martincolicchio2773 3 жыл бұрын
LIFE SAVER, THANK YOU
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure :)
@himankjeshwar8636
@himankjeshwar8636 2 жыл бұрын
SUMARRY : Formula for 0 to n : rand()%n Formula for m to n : rand()%(n-m+1)+m where m is the lower limit and n is the upper limit.
@LearningLad
@LearningLad 2 жыл бұрын
yes
@Codeshub2024
@Codeshub2024 4 жыл бұрын
Thank you so much sir 😊😊
@LearningLad
@LearningLad 4 жыл бұрын
Most welcome
@Ishpard
@Ishpard 3 жыл бұрын
If i want to create 100 random values at the same time, they end up being the same. Am i missing something? What can i do to get around this?
@hexothermus7104
@hexothermus7104 2 жыл бұрын
Thanks for your help bro
@LearningLad
@LearningLad 2 жыл бұрын
My Pleasure :)
@matthewkribs4779
@matthewkribs4779 3 жыл бұрын
Thanks for the help, much appreciated!
@LearningLad
@LearningLad 3 жыл бұрын
Glad it helped!
@october3518
@october3518 3 жыл бұрын
Informative and clear !!
@LearningLad
@LearningLad 3 жыл бұрын
Thank you :)
@theglitch9495
@theglitch9495 2 жыл бұрын
How can i make the program choose randomly from what the user puts in ?
@LearningLad
@LearningLad 2 жыл бұрын
Store user input in an array Generate random numbers between 0 and array length Get the number using array index generated randomly
@kartheekdasari9349
@kartheekdasari9349 3 жыл бұрын
Tq man you have solved my doubt
@LearningLad
@LearningLad 3 жыл бұрын
pleasure :)
@souravpandey1982
@souravpandey1982 3 жыл бұрын
Good job brother ❤️
@LearningLad
@LearningLad 3 жыл бұрын
Thank you
@ruchikhedekar5366
@ruchikhedekar5366 3 жыл бұрын
Sir what if the out is expected in float values..?
@sourantics2002
@sourantics2002 2 жыл бұрын
instead of marking your variable as an int mark it as a float or a double instead
@Jaime-II
@Jaime-II 3 жыл бұрын
would it be hard to make it not repeat the same number?
@lostair3892
@lostair3892 3 жыл бұрын
very well explained
@LearningLad
@LearningLad 3 жыл бұрын
Glad you think so!
@Saikoushik-k4l
@Saikoushik-k4l 4 ай бұрын
as we are using only rand() stdlib.h is enough?
@mathematicsmadeeasier5190
@mathematicsmadeeasier5190 Жыл бұрын
It shows the number of seconds elapsed. Then it is not really random number, it is an increasing sequence of numbers. What if we want to get 500, then 4 then 2100 and so on?
@filipostela1861
@filipostela1861 3 жыл бұрын
God bless, brother!
@LearningLad
@LearningLad 3 жыл бұрын
Thank you :)
@aalim1282
@aalim1282 3 жыл бұрын
Thank you brother
@LearningLad
@LearningLad 3 жыл бұрын
Welcome
@Simouna
@Simouna 3 жыл бұрын
I would like to ask if the random number is let's say 400, wouldn't the resulting no. equal to 4? or are we to assume that it would always be bigger than that?
@helloworld1637
@helloworld1637 2 жыл бұрын
Nice man..
@LearningLad
@LearningLad 2 жыл бұрын
Thanks ✌
@lokeshkrishnap3197
@lokeshkrishnap3197 3 жыл бұрын
Thak u Brther🖤
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure :)
@CSBAjay
@CSBAjay 4 жыл бұрын
it is super useful tutorial
@LearningLad
@LearningLad 4 жыл бұрын
Glad it was helpful!
@die-hardotaku2570
@die-hardotaku2570 3 жыл бұрын
"It can only generate 1 random number at once ".... If you print that "number" variable more than once , it shows the same numbers... so this program can only generate only one random number at once.... But previous video where you taught about 1970, Jan 01 time elapsed technique, we could generate more than one random number by printing again and again...this doesn't work, why???
@LearningLad
@LearningLad 3 жыл бұрын
to get different random numbers, you need to change the seed value ( every time before generating random number )
@sarba85528
@sarba85528 3 жыл бұрын
Thank you so much!! Please don't thank me for watching :)
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@pardeepkhli2532
@pardeepkhli2532 3 жыл бұрын
please explain the logic clearly, by the way good video.
@TN7.
@TN7. 2 жыл бұрын
great video !!!!!
@LearningLad
@LearningLad 2 жыл бұрын
thank you :)
@ostapfedchuk4652
@ostapfedchuk4652 2 жыл бұрын
bro thanks you very much
@monika2145
@monika2145 2 жыл бұрын
Sooo much thank you:)
@LearningLad
@LearningLad 2 жыл бұрын
You're welcome!
@craziestcat5767
@craziestcat5767 4 жыл бұрын
Is there a way to make a random number output from 0-10 without repeating any numbers?
@mateuszlukaszczyk5359
@mateuszlukaszczyk5359 4 жыл бұрын
sure, make an array, for loop, if arr[i] = arr[j] (where J is i+1) continue. Else-> store it
@jewelrana301
@jewelrana301 4 жыл бұрын
thanks a lot sir
@LearningLad
@LearningLad 4 жыл бұрын
Pleasure :)
@pozeraczstivow6348
@pozeraczstivow6348 3 жыл бұрын
Thanks man!!!!!!!!!
@LearningLad
@LearningLad 3 жыл бұрын
Happy to help
@reeteshtripathi
@reeteshtripathi 2 жыл бұрын
Amazing.
@LearningLad
@LearningLad 2 жыл бұрын
Thanks!
@syedashrafahamed6003
@syedashrafahamed6003 3 жыл бұрын
Bro which software you are using
@LearningLad
@LearningLad 3 жыл бұрын
Visual studio code
@siradjmounirlamri9663
@siradjmounirlamri9663 2 жыл бұрын
Thank you
@LearningLad
@LearningLad 2 жыл бұрын
most welcome :)
@junwang8419
@junwang8419 3 жыл бұрын
how do we make low and upper is double number like 0.50 how do we do
@nahiarabeer
@nahiarabeer 3 жыл бұрын
Thank u sir
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure :)
@harshrawat029
@harshrawat029 2 жыл бұрын
Can we generate different random numbers in a single run like if we write this in a for loop that is executing let say 20 times so is there a way to get different random numbers with every iteration of the loop? Actually I tried it with your specified method which is very helpful btw, but I need different random number with every single execution of the loop. Edit: I got it, We just need to do srand(time(NULL)+i) to get it done, it will change the seed for every iteration. Thank You so much for this video @LearningLad
@Bipinkumar-xv3ty
@Bipinkumar-xv3ty 4 жыл бұрын
thank you so much
@LearningLad
@LearningLad 4 жыл бұрын
You're welcome!
@jetdud9749
@jetdud9749 4 ай бұрын
Thanks!!!
@LearningLad
@LearningLad 4 ай бұрын
Most welcome
@arunfernandez1999
@arunfernandez1999 2 жыл бұрын
nice video great
@360ibra2
@360ibra2 2 жыл бұрын
THANK YOU!!
@theturkish1373
@theturkish1373 2 жыл бұрын
Cheers mate!
@LearningLad
@LearningLad 2 жыл бұрын
No worries!
@Saikoushik-k4l
@Saikoushik-k4l 4 ай бұрын
is it mandatory to include time.h here
@nimaibarman1828
@nimaibarman1828 Жыл бұрын
Thanks.
@LearningLad
@LearningLad Жыл бұрын
You're welcome
@shoukatmulla9620
@shoukatmulla9620 3 жыл бұрын
Can you explain if range between negative numbers to passitive - 25 to 75
@fallofmanbrand
@fallofmanbrand 4 жыл бұрын
nice video bro
@kinanradaideh5479
@kinanradaideh5479 2 жыл бұрын
what font is he using?
@umairwaseem882
@umairwaseem882 3 жыл бұрын
Bhai aik program bana jis me agar random number enter kiaye huay number ke saath match kre to wo msg koi sa bhi display krday In short "if random number = Entered user's number then prints any message depending upon certain condition"
@amirsadiq00001
@amirsadiq00001 2 жыл бұрын
If i want between 1 to 10 which logic i can you
@sfatini7097
@sfatini7097 3 жыл бұрын
Sir, please make video on how to make video for generating random colour in gfx library
@Sneaadler
@Sneaadler 3 жыл бұрын
Thanks Thanks Thanks
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@pranavjaiswal2379
@pranavjaiswal2379 3 жыл бұрын
Thankyou
@LearningLad
@LearningLad 3 жыл бұрын
Welcome
@Robotnic25
@Robotnic25 3 жыл бұрын
this definitely helped get me moving forward but when I close the program and then run it again, I get the same "random" values in the same order as I did the first time. Is there a reason for this?
@pratik_rana62049
@pratik_rana62049 3 жыл бұрын
Because number is initialized with the same value.
@modulmolla4891
@modulmolla4891 3 жыл бұрын
Thanks dada
@edibegrace5151
@edibegrace5151 10 ай бұрын
You did not just help me ohh...i love to infinity
@LearningLad
@LearningLad 9 ай бұрын
glad my video helped you :)
@shalemjeldi9654
@shalemjeldi9654 11 ай бұрын
Bro thankyou bro
@jahzielperalta484
@jahzielperalta484 3 жыл бұрын
I want 1 to 10 only but I still get one zero I follow the exact code. But either way ty so much I am gonna use it for a mini-game practice
@jahzielperalta484
@jahzielperalta484 3 жыл бұрын
nvm I tried to re run it again it doesn't give me zero XD
@mianirfanullah8623
@mianirfanullah8623 2 жыл бұрын
How to generate complex random numbers
@deepblackoutlaw9640
@deepblackoutlaw9640 Жыл бұрын
People wondering why the formula worked 💀
@tanaymithari4902
@tanaymithari4902 2 жыл бұрын
i still didnt understand range formula
@aqsamohsin4954
@aqsamohsin4954 3 жыл бұрын
Kak samj ni aaai🤔😑
@apoorvjaiswal9385
@apoorvjaiswal9385 4 жыл бұрын
mkc 3 baar
@proprince4446
@proprince4446 4 жыл бұрын
Your channel died bro
@LearningLad
@LearningLad 4 жыл бұрын
i don't think so. i'm just getting less views
@proprince4446
@proprince4446 4 жыл бұрын
@@LearningLad Muje bech do 10rs. Me😂😂😂
@poojaheera5980
@poojaheera5980 3 жыл бұрын
😊 thanks
@LearningLad
@LearningLad 3 жыл бұрын
Pleasure
@Hustlah-
@Hustlah- 3 жыл бұрын
thank you sir
@LearningLad
@LearningLad 3 жыл бұрын
Most welcome
@fallofmanbrand
@fallofmanbrand 4 жыл бұрын
nice video bro
@LearningLad
@LearningLad 4 жыл бұрын
Thanks
@deltagaming2103
@deltagaming2103 2 жыл бұрын
thanks
@LearningLad
@LearningLad 2 жыл бұрын
Welcome
Guess the Number Game | C Programming Tutorial
11:19
LearningLad
Рет қаралды 30 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
We Attempted The Impossible 😱
00:54
Topper Guild
Рет қаралды 56 МЛН
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
why do void* pointers even exist?
8:17
Low Level
Рет қаралды 397 М.
C++ Random Number Generator AKA STOP USING Rand()
7:20
The Builder
Рет қаралды 60 М.
go is great i hate it
14:44
SST
Рет қаралды 24 М.
TWISTED: The dramatic history of twisted-pair Ethernet
28:30
The Serial Port
Рет қаралды 294 М.
Python laid waste to my C++!
17:18
Sheafification of G
Рет қаралды 166 М.
Introducing Clay - High Performance UI Layout in C
35:19
Nic Barker
Рет қаралды 148 М.
Comparing C to machine language
10:02
Ben Eater
Рет қаралды 5 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН