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 trial1 Answer
Lei He
1,629 PointsHi 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
9,740 PointsJiawei Hu
9,740 PointsAnd what the 42 in RandomState(42) stands for?
J R
Courses Plus Student 12,168 PointsJ R
Courses Plus Student 12,168 PointsJiawei Hu, 42 is a reference to the Hitch Hiker's Guide to the Galaxy. It's a book and a movie