import { randomBytes } from "crypto"; export function generateInt32() { return randomBytes(4).readInt32BE(0); }