How do you make seeds?

Blitz3D Forums/Blitz3D Programming/How do you make seeds?

TheGroominGuy(Posted 2015) [#1]
I'm using Maplet for my maps, but is there any way to make seeds? I'm creating a survival horror game, and I want the map to be randomized.

Thanks.


TomToad(Posted 2015) [#2]
Best way I know of seeding the random generator is to use SeedRnd(Millisecs()).


TheGroominGuy(Posted 2015) [#3]
Thank you.