This command is used to seed the random engine with the number 12345.

/random/seed 12345

With no argument, the random engine is seeded with the current time in milliseconds.

/random/seed

The -d command is the corresponding command line switch.