Reports a number suitable for seeding the random number generator.
The numbers reported by new-seed are based on the current date and time in milliseconds and lie in NetLogo's allowed range of integers, -9007199254740992 to 9007199254740992.
new-seed never reports the same number twice in succession. (This is accomplished by waiting a millisecond if the seed for the current millisecond was already used.)
See also random-seed.
Take me to the full NetLogo Dictionary