DEV Community

RK
RK

Posted on

Python For Beginner Series|Day-12

What is a Randomization?

  • It is any sort of programming language really useful to create games or if we want to get the result randomly.
  • Randomization helps to create computer programs that have a degree of unpredictability, especially in games
  • In order to access the randomness in our program we can import the random module in the code
  • By using a random module we can generate pseudo-random numbers for various aspects.

https://medium.com/p/b32cd872090f

Top comments (0)