ASP Random number

Random number

<html>
<body>

<%
randomize()
response.write(rnd())
%>

</body>
</html>