Observer

get-random-seed

Description:
Returns the current random seed.

Notes:
StarLogo uses the random generator provided by Java, which, as of now, is a linear congruential formula (Knuth Art of Computer Programming, Vol 2, Section 3.2.1.), which uses a 48-bit seed. StarLogo only allows you to set the lower 32 bits of this seed.

Related Commands:
set-random-seed setrandom-seed