I am assuming you are talking about the algorithm argument for the RAND function? CF comes with 3 algorithms installed - CFMX_COMPAT (the default), SHA1PRNG, and IBMSecureRandom. For example, <cfset my_random_number = #Rand("SHA1PRNG")#>