summaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
Diffstat (limited to 'server.js')
-rw-r--r--server.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.js b/server.js
index 710879f..d95d72a 100644
--- a/server.js
+++ b/server.js
@@ -156,7 +156,7 @@ if (HTTPS_PORT) {
*/
function random_seed() {
- return crypto.randomInt(1, 0x7ffffffe)
+ return crypto.randomInt(1, 2**35-31)
}
function SLOG(socket, ...msg) {