Random Selection

Hi everyone,

 

When using the random selection functionality in Extraction Manager, does anyone know the rule behind the randomisation process?  For example, if I wanted 25%, is it doing 

 

SELECT TOP 25 PERCENT *

  FROM Table1

  ORDER BY NEWID()

 

??

 

Cheers,

Kathleen