Doubt in sklearn library

In the make_blobs function of sklearn, please explain what does random state do. I am not able to understand what is its function.

hey @abhaygarg2001,
Random State is used to randomly choose samples for further purposes. Its value act as seed value for random number generator.

I hope this would have resolved your doubt.
Thank You.