Skip to main content
Module

x/structurae/benchmarks/helpers.ts

Data structures for high-performance JavaScript applications.
Latest
File
export function getIndex(size: number) { return (Math.random() * size) | 0;}