• This repository has been archived on 01/Jun/2021
  • Stars
    star
    3
  • Rank 3,963,521 (Top 79 %)
  • Language
    Shell
  • License
    Other
  • Created almost 10 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An implementation of the BSD libc rand() pseudorandom number generator (PRNG) function. The range is [0,2147483647].

More Repositories

1

jqnpm

A package manager built for the command-line JSON processor jq.
Shell
45
star
2

jq-object-sorting

Sort objects by keys or values.
Shell
6
star
3

jq-bigint

A big integer library for working with possibly-signed arbitrarily long decimal strings.
jq
6
star
4

jq-math

A collection of basic mathematical functions.
Shell
5
star
5

jq-random-prng-microsoft

An implementation of the Microsoft C Runtime rand() pseudorandom number generator (PRNG) function. The range is [0,32767].
Shell
4
star
6

jq-key-counter

Count occurances of values across objects and arrays.
Shell
4
star
7

jq-stress

Manipulate strings without stress.
Shell
4
star
8

jq-disarray

Manipulate arrays while avoiding general disarray.
Shell
3
star
9

jq-zeros

Integers and floats as strings, padded with zeros to your liking.
Shell
3
star
10

jq-fallbacks

Provide fallbacks for bad values.
Shell
3
star
11

jq-random-prng-vdc

An implementation of the Van der Corput quasirandom sequence generator function. The range is [0,1).
Shell
3
star
12

jq-dry

Don't repeat yourself! Apply a filter `f` to its own output `n` times. Can be used to apply filters 'n' recursive levels, to build deep objects and for arithmetic.
Shell
3
star
13

jq-ratio-buckets

Counter buckets for the [0,1] range.
Shell
2
star
14

jq-counter-buckets

Count occurrences of values within a range.
Shell
2
star
15

jq-bugfix-jq-552

This repository is now made obsolete by upstream fixes in jq, in commits after jq-1.5rc1-12-gcca3e92
Shell
1
star
16

jq-interval-buckets

Counter buckets which also collect values outside an integer interval '0..n-1' in the first and last buckets respectively.
Shell
1
star