
Product
Introducing Tier 1 Reachability: Precision CVE Triage for Enterprise Teams
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
bingo-timestamp
Advanced tools
This repository contains a Javascript project that generates arrays of numbers based on a timestamp seed. The project is designed to generate numbers for a bingo game and was inspired by the need for a random number generator in bingo.
This repository contains a Javascript project that generates arrays of numbers based on a timestamp seed. The project is designed to generate numbers for a bingo game and was inspired by the need for a random number generator in bingo.
The random-seed library is used to generate the numbers to ensure that the output is both random and deterministic.
# npm
npm install bingo-timestamp
# yarn
npm install bingo-timestamp
import { randomList } from 'bingo-timestamp'
const numbers = randomList({seed: Date.now(), size: 10})
console.log(numbers) // [6, 2, 1, 4, 9, 10, 7, 8, 3, 5]
randomList(options)
Generates an array of numbers based on a timestamp or number seed.
seed
: the seed to use for generating the numbers (default: current timestamp)size
: the size of the array to generate (default: 24)FAQs
This repository contains a Javascript project that generates arrays of numbers based on a timestamp seed. The project is designed to generate numbers for a bingo game and was inspired by the need for a random number generator in bingo.
We found that bingo-timestamp demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket’s new Tier 1 Reachability filters out up to 80% of irrelevant CVEs, so security teams can focus on the vulnerabilities that matter.
Research
/Security News
Ongoing npm supply chain attack spreads to DuckDB: multiple packages compromised with the same wallet-drainer malware.
Security News
The MCP Steering Committee has launched the official MCP Registry in preview, a central hub for discovering and publishing MCP servers.