User Portlet User Portlet

Discussions
So i want to get a random relatively prime number from a defined range. I've found the individual functions like: Range[], CoprimeQ[], Select[] and RandomChoise[]. But cant figure out how to combine them. Lets assume the range is: r =...
Oh, IntegerString function takes 3 arguments! Yes, that's exactly what i was looking for. Thank you.