GetRandomSeed() and SetRandomSeed()
Posted: Sat Mar 11, 2006 8:37 am
Add: GetRandomSeed() ;retrieve current seed
Change: RandomSeed() ;to SetRandomSeed() ;to match other Get/Set functions.
Add: ResetRandomSeed() ;set's the seed to the seed the PB program started with.
Change: RandomSeed() ;to SetRandomSeed() ;to match other Get/Set functions.
Add: ResetRandomSeed() ;set's the seed to the seed the PB program started with.