srandom([value])
Seed the random number generator. The random number generator is automatically seeded using the Linux /dev/urandom file so it is not necessary to use the srandom() function except in situations where an identical series of numbers needs to be generated.
Example
srandom(12345)
srandom(1234 + getDatasliceId())