Skip to main content
Module

x/rimbu/stream/custom/fast-iterator-custom.ts>RandomIntIterator

Rimbu is a TypeScript library focused on immutable, performant, and type-safe collections and other tools.
Go to Latest
class RandomIntIterator
extends FastIteratorBase<number>
import { RandomIntIterator } from "https://deno.land/x/rimbu@0.13.1/stream/custom/fast-iterator-custom.ts";

Constructors

new
RandomIntIterator(min: number, max: number)

Properties

readonly
width: number

Methods

fastNext(): number