Random state values

what does giving different values to random state signifies like if it is 1 or if it is 3 what is the difference between the two?

Consider random_state in the sklearn makeblobs function to be a random seed which stores a particular order of the input values. Every value of the random_state will return a unique order of the points (clusters) but for a particular state the cluster obtained would be the same everytime if the inputs given do not change.

I hope this resolves your query.

Has your query been resolved?
If yes, please mark it so.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.