Team LiB   Previous Section   Next Section
Math.random( ) return a pseudorandom number

Availability

JavaScript 1.1; JScript 1.0; ECMAScript v1

Synopsis

Math.random( )

Returns

A pseudorandom number between 0.0 and 1.0.

    Team LiB   Previous Section   Next Section