Random number generation with two condition

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)

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

Asked:

on 11 Aug 2016

Answered:

on 12 Aug 2016

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!