Page 1 of 1

GetRandomSeed() and SetRandomSeed()

Posted: Sat Mar 11, 2006 8:37 am
by Rescator
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.

Re: GetRandomSeed() and SetRandomSeed()

Posted: Sat Mar 11, 2006 11:04 am
by DarkDragon
Rescator wrote:Add: GetRandomSeed()
Change: RandomSeed() to SetRandomSeed()
Add: ResetRandomSeed()

Posted: Sat Mar 11, 2006 11:37 am
by Rescator
Good idea, updated first post!