Random number generation with two condition
Show older comments
I want to generate two random number A and B.
Condition (1): A+B<=6
Condition (2): A-B<+=1
also A>0 and b>0
Answers (1)
Image Analyst
on 12 Aug 2016
0 votes
OK. Go for it. Let us know if you have a question.
Hint: Just use rand and repeat if the results don't meet your criteria. It shouldn't be too long before one pair of numbers meets your criteria.
Categories
Find more on Random Number Generation in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!