Recently, for our company’s event, I planned to develop a lottery app that will randomly select the winners from the list. So, I immediately built a react application with random number generator code using Math.random() without any second thought and worked on functionality. During demo of this application, my HR asked if the application can…