How-To Geek on MSN

7 Uses for the random Module in Python

You can combine the random module with Python's built-in string module to create strong random passwords. The idea is to ...
This module uses random number generators to simulate dice rolls. The user can provide any number of different sided dice and the number of times the dice are rolled. The program will then produce a ...