I want to get a random number between 1 and 2 with same probability.
The rand(1,2) function of Windows Definition Language seems to return 1 only, not return 2.
My flow for "Up and Down"
Now I use rand(1,3) instead of rand(1,2)

Does rand(1,2) return between 1 and 2 with same probability ? or need rand(1, 3) for return between 1 and 2 ?
Regards,
Yoshihiro Kawabata