# safe-random **Repository Path**: chencaize/safe-random ## Basic Information - **Project Name**: safe-random - **Description**: safe random - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-07 - **Last Updated**: 2024-09-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # safe-random use the crypto to get safe random # Installation ``` npm install safe-random #or yarn add safe-random ``` # How to use it ```js import safeRandom from "safe-random"; safeRandom(); safeRandom(8); safeRandom(16); safeRandom(32); ```