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

JavaScript

Random vs. pseudorandom

Hi,

I think that result of Math.random() should be called "Pseudorandom" number, not "random", because it's arghoritmically generated number. Describing the students the difference between these two would be also valuable.

2 Answers

Steven Parker
Steven Parker
231,271 Points

:white_check_mark: You are correct that the generator is technically "pseudo-random". The distinction is probably omitted from course only because the topic is slightly outside of the course's intended scope.

This might be a good topic for inclusion in a future advanced algorithms course.

I'm the beginner here, and I know the difference :D