Skip to main content

@ns/random@0.1.1
Built and signed on GitHub Actions

A utilities for calculating of random values.

This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
7 months ago (0.1.1)
interface RandOpts

This module functions's options

Properties

optional
random: () => number

Calc random value

Add Package

deno add jsr:@ns/random

Import symbol

import { type RandOpts } from "@ns/random";

---- OR ----

Import directly with a jsr specifier

import { type RandOpts } from "jsr:@ns/random";

Add Package

npx jsr add @ns/random

Import symbol

import { type RandOpts } from "@ns/random";

Add Package

yarn dlx jsr add @ns/random

Import symbol

import { type RandOpts } from "@ns/random";

Add Package

pnpm dlx jsr add @ns/random

Import symbol

import { type RandOpts } from "@ns/random";

Add Package

bunx jsr add @ns/random

Import symbol

import { type RandOpts } from "@ns/random";