Noise vs Random in p5.js

In Part I.3 of my Perlin Noise Tutorial, I demonstrate the difference between two p5.js functions that return random numbers: noise() and random(). Code: https://thecodingtrain.com/tracks/the... šŸ•¹ļø p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/s... šŸŽ„ Previous video:    • PerlinĀ NoiseĀ inĀ p5.jsĀ Ā  šŸŽ„ Next video:    • HowĀ toĀ GraphĀ PerlinĀ NoiseĀ withĀ p5.jsĀ Ā  šŸŽ„ All videos:    • TheĀ NatureĀ ofĀ CodeĀ Ā  References: šŸ”— noise(): https://p5js.org/reference/#/p5/noise šŸ”— random(): https://p5js.org/reference/#/p5/random šŸ”— The Nature of Code: https://natureofcode.com/book/ šŸ”— NOC Github: https://github.com/nature-of-code šŸ”— NOC Examples p5.js: https://github.com/nature-of-code/noc... Timestamps: 0:00 Introduction 0:50 Random function 1:43 The argument to the noise function 4:17 The noise value distribution 5:11 Let's code! 6:35 Mapping the noise value 8:04 Using xoff to get new noise values 9:05 Updating the value of xoff Editing by Mathieu Blanchette Animations by Jason Heglund Music from Epidemic Sound šŸš‚ Website: http://thecodingtrain.com/ šŸ‘¾ Share Your Creation! https://thecodingtrain.com/guides/pas... 🚩 Suggest Topics: https://github.com/CodingTrain/Sugges... šŸ’” GitHub: https://github.com/CodingTrain šŸ’¬ Discord: https://thecodingtrain.com/discord ✪ Nebula: https://go.nebula.tv/codingtrain šŸ’– Membership: http://youtube.com/thecodingtrain/join šŸ›’ Store: https://standard.tv/codingtrain šŸ–‹ļø Twitter: Ā Ā /Ā thecodingtrainĀ Ā  šŸ“ø Instagram: Ā Ā /Ā the.coding.trainĀ Ā  šŸŽ„ Coding Challenges:    • CodingĀ ChallengesĀ Ā  šŸŽ„ Intro to Programming:    • StartĀ learningĀ here!Ā Ā  šŸ”— p5.js: https://p5js.org šŸ”— p5.js Web Editor: https://editor.p5js.org/ šŸ”— Processing: https://processing.org šŸ“„ Code of Conduct: https://github.com/CodingTrain/Code-o... This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecod... #forbeginners #javascript #p5js