summaryrefslogtreecommitdiff
path: root/node_modules/locutus/php/math/getrandmax.js
blob: 54d66e9d16fda6372d5ffe9507ba5b5729db0491 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
"use strict";

module.exports = function getrandmax() {
  //  discuss at: http://locutus.io/php/getrandmax/
  // original by: Onno Marsman (https://twitter.com/onnomarsman)
  //   example 1: getrandmax()
  //   returns 1: 2147483647

  return 2147483647;
};
//# sourceMappingURL=getrandmax.js.map