Hey, I'm Pratik

Software Engineer @ TikTok

Recent Writings

27
May
2022
Random number generation is under appreciated

Random number generation is under appreciated

Computer programs/applications are the product of the coherent composition of smaller pieces that creates something useful. Also, sometimes we don't need too many complex components to create something meaningful. In this article, we will discuss the power of `Math.random` utility function (available in all languages) and how it can be used to create a random RGB color generator.

cssjavascriptrandom-color-generatorprogramming-basicsutility-functions