1.1.0 • Published 6 years ago

xero-random-sequences v1.1.0

Weekly downloads
40
License
SEE LICENSE IN LI...
Repository
-
Last release
6 years ago

Xero Random Sequences

A collection of sequences of randomly generated arrays of integers, useful for testing.

Usage

RandomSequences1

import {RandomSequences1} from "xero-random-sequences"

RandomSequences1 is an array of arrays of random numbers with length ranging from 0 to 49.

RandomSequences2

import {RandomSequences2} from "xero-random-sequences"

RandomSequences2 is an array of arrays of random numbers. Each array has length 50, and there are 30 in total.

RandomPermutations1

import {RandomPermutations1} from "xero-random-sequences"

RandomPermutations1 is an array of randomly-chosen permutations of [0, 1, ..., 19].

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.6.0

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.2.0

6 years ago

0.1.0

6 years ago