%roomGetRandom()

Aliases%roomGetRandom( )
Parameters[ integer @minId [, integer @maxId ] ]

    Used to retrieve a room from the world at random. Only rooms that are not
flagged as "private" will be returned. Optionally the @minId and @maxId
parameters can be set to restrict the range from which the room may be
chosen at random.

Example:

%load( item, @moonstoneId, %roomGetRandom() )