CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
randomInt.mjs8 linesDownload Raw Back to math
1import { random } from './random.mjs';2 3function randomInt(minimum, maximum) {4    return Math.floor(random(minimum, maximum));5}6 7export { randomInt };8 
basant307/AI_Governance_Project · CoolFace