Hi,
We have requirement of generating random numbers between 5 to 9 digits. We tried to generate number by functions
RandomNo1=Random.nextInt(); // it is generating number of 5 digits only
RandomwithMod=Random.nextInt() MOD y; //For additional digits over 5
Sometimes second code is generating less additional digits then require.
Is there any function in AX where we can generate random number of more than 5 digits?
Regards,
Smit Patel
*This post is locked for comments
I have the same question (0)