Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function exponentialBackoffWithJitter
import { exponentialBackoffWithJitter } from "https://deno.land/std@0.216.0/async/_util.ts";

Parameters

cap: number
base: number
attempt: number
multiplier: number
jitter: number