Tests if a value is an integer in a specified range
A Long class for representing a 64-bit two's-complement integer value.
A Long class for representing a 64-bit two's-complement integer value.
Add support for more integer widths to Buffer
Parses and manipulates multiple comma-separated integer ranges (eg 1-3,8-10)
An arbitrary length integer library for Javascript
Traverse JSON Schema passing each schema object to callback
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
Range header field string parser
Common get-version-range-type shared between changeset packages
TypeScript definitions for range-parser
Pure-JS printf
Validates if a value is an integer array.
Port of the OpenBSD bcrypt_pbkdf function to pure JS
Distills a series of editing steps into deleted and added ranges
Validates if a value is an integer.
Test if a finite double-precision floating-point number is an integer.
Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.
Pick a cryptographically-random integer within a range.
Easing functions for smooth animation.
TypeScript definitions for mersennetwister
Unsigned integers for Javascript
for adding, subtracting, and indexing discontinuous ranges of numbers
Given an array of integers, Array#reduce_ranges will return an array with all consecutive integers converted into ranges.
This gem adds the multiples of integers within a specified range.
Creates a mnemonic sequence of words representing an integer in a specified range.
Simple gem to get all regex given integer range
Yet Another Range List library to handle integer ranges.
Create roman representation on an integer in the range 1..3999
A tool to 1. find primes in a user defined integer range and 2. test if a user supplied integer is prime
Encode and decode hexadecimal strings with 0x prefix handling, produce xxd-style hex dumps, format hex output with configurable grouping, swap endianness, extract byte ranges, pad hex strings, convert between hex and integers, and validate hex strings.
A MonthYear instance represents a specific month in a specific year. It implements comparison operations, can be used to create ranges, (de-)serializes to/from Integer and can be used for attributes of ActiveRecord Models.
Creates a Set class with methods that allow you to construct and opperate on set instances. A 'Bignum' instance is used internally to store each element of the set. This allows very fast operations when comparing two set instances. Member elements can be represented as positive small integers, or characters. Sets can be constructed with integers, strings, characters, ranges, and arrays. When characters are used, the ordinate value sets the element bit of the internal Bignum.
A generator of random numbers. Implemented as a built-in Integer class' method. Generates an array of specified quantity of random numbers. Generated numbers may repeat or may not repeat - it is configurable. You can set a range of numbers from which to generate by defining the beggining and the end of the range. Ruby's Random class is used as generator. Tested.
Rangeable is a language-neutral, generic, integer-coordinate closed-interval set container. It pairs hashable elements with their merged disjoint integer ranges and answers three queries: by-element ranges, by-position active set, and by-range transition events. The Ruby reference implementation follows the Rangeable RFC normatively, including idempotent containment fast-path, lazy boundary-event indexing, and first-insert deterministic ordering.