JavaScript random() Method
Complete Math Object Reference
Definition and Usage
The random() method returns a random number between 0 and 1.
Syntax
Example
In this example we will get a random number between 0 and 1:
<script type="text/javascript">
document.write(Math.random());
</script>
|
The output of the code above can be:
Try-It-Yourself Demos
random()
How to use random() to get a random number.
Complete Math Object Reference
Want To Be A Web Master?
If you want to be a Web Master, you will have to host your web site with an ISP (Internet Service Provider).
MaximumASP offers seven different configurations of dedicated servers to meet your Windows and .NET hosting needs.
Hosted on our multi-tiered Enterprise Class network, these servers provide the performance, security and reliability
you need to host your high end web sites and applications.
Visit MaximumASP
|