You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am generating random values from java random() between 1 to 4.
Every time i am getting a random number between 1 to 4.
i want to know the next random number from previous random number which i got.
Is it possible to do so.