Thread: Random Seeds
View Single Post
  #1  
Old 04-27-2006, 07:00 PM
Vygreif Vygreif is offline
Member
 
Join Date: Sep 2005
Posts: 21
Random Seeds

Hi,
I want to make a program that uses the same random numbers every time it runs. Will putting random.seed(10) at the beginning of the program and generating random numbers using random.randrange accomplish that?

Thanks,
YG
Reply With Quote