Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python Introduction to NumPy Array Organization Indexing

arash shabanpour
arash shabanpour
5,915 Points

i didn't understand what Randomstate is

what is random.RandomState?

1 Answer

Lei He
Lei He
1,629 Points

Hi Arash, according to the Numpy docs:

RandomState exposes a number of methods for generating random numbers drawn from a variety of probability distributions

What we're using here randint is a method of RandomState and it takes these as arguments randint(low[, high, size, dtype]) and returns random integers from low (inclusive) to high (exclusive).

Hope that's helpful.

Jiawei Hu
Jiawei Hu
9,740 Points

And what the 42 in RandomState(42) stands for?

Jiawei Hu, 42 is a reference to the Hitch Hiker's Guide to the Galaxy. It's a book and a movie