Created
January 17, 2013 20:10
-
-
Save phantom42/4559281 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<cfscript> | |
randssn = ''; | |
seed = timeformat(now(),'hhmmssl'); | |
Randomize(seed); | |
randssn = randrange(1,9) ; // make it so the first digit is never a 0. in case it is going into a spreadsheet. | |
for (i = 1; i LTE 8 ; i++){ | |
randssn = randssn & randrange(0,9) ; | |
} | |
</cfscript> |
generate
generate
generate
Generate
Generate
generate
generatw
Generate
Generate
Generate
Generate
Generate
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Generate