2 مستودعات
Produces random numbers within inclusive minimum and maximum bounds for integers, floats, and primes.
Distinct from Bounded: Distinct from Bounded priority queues: focuses on generating random values within specified numeric ranges, not capacity-limited data structures.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Range-Bounded Random Generators. Refine with filters or upvote what's useful.
Chance is a JavaScript library for generating random data, designed to produce realistic test data for automated tests and prototypes. It uses a Mersenne Twister pseudo-random number generator that accepts an optional seed value, enabling reproducible sequences of random values across multiple runs. The library provides a wide range of generators for common data types, including random integers, floats, booleans, characters, strings, and dates, all with configurable ranges and character pools. It can generate realistic geographic data like addresses, as well as financial data such as credit c
Produces random numbers within inclusive minimum and maximum bounds for integers, floats, and primes.
Just is a collection of JavaScript utility libraries designed for data manipulation, functional programming, performance optimization, statistical analysis, and string processing. It provides a set of tools for deep cloning, filtering, and transforming complex objects and arrays. The project is structured as a series of zero-dependency modules, allowing utilities to be used independently to minimize bundle size. It implements functional programming patterns including currying, piping, and partial application, and provides execution control through memoization, debouncing, and throttling. The
Provides utilities to generate random integers within specified inclusive minimum and maximum bounds.