The
Math.random() component returns a floating-point, pseudo-random publish inwards the arrive at [0, 1] that is, from 0 (inclusive) upwards to simply non including 1 (exclusive), which you lot tin as well as then scale to your desired range. The implementation selects the initial seed to the random publish generation algorithm; it cannot locomote chosen or reset past times the user.
Note: Math.random() does non render cryptographically secure random numbers. Do non piece of occupation them for anything related to security.
Syntax
Math.random();
Example
Math.random(); //0 to 1 Numbers (Math.floor(Math.random() * 100) + 1) // 1 to 100 Numbers
Example Program:- (Editor)
Editor is Loading...
Output:-
Advertisement
Tidak ada komentar:
Posting Komentar