I.3: noise() vs random() - Perlin Noise and p5.js Tutorial
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-nature-of-code-2/noc/perlin/noise-vs-random
đšī¸ p5.js Web Editor Sketch: https://editor.p5js.org/codingtrain/sketches/u6Te_XMF5
đĨ Previous video: https://youtu.be/Qf4dIN99e2w?list=PLRqwX-V7Uu6ZV4yEcW3uDwOgGXKUUsPOM
đĨ Next video: https://youtu.be/y7sgcFhk6ZM?list=PLRqwX-V7Uu6ZV4yEcW3uDwOgGXKUUsPOM
đĨ All videos: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZV4yEcW3uDwOgGXKUUsPOM
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-examples-p5.js
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/passenger-showcase-guide
đŠ Suggest Topics: https://github.com/CodingTrain/Suggestion-Box
đĄ 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: https://twitter.com/thecodingtrain
đ¸ Instagram: https://www.instagram.com/the.coding.train/
đĨ Coding Challenges: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6ZiZxtDDRCi6uhfTH4FilpH
đĨ Intro to Programming: https://www.youtube.com/playlist?list=PLRqwX-V7Uu6Zy51Q-x9tMWIv9cueOFTFA
đ 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-of-Conduct
This description was auto-generated. If you see a problem, please open an issue: https://github.com/CodingTrain/thecodingtrain.com/issues/new
#forbeginners #javascript #p5js