examples/shuffledarray
jailop af6114e44a Update 'shuffledarray/shuffledarray.c' 2021-11-25 00:25:56 +00:00
..
Makefile first commit 2021-11-24 18:57:46 -05:00
README Update 'shuffledarray/README' 2021-11-25 00:16:14 +00:00
shuffledarray.c Update 'shuffledarray/shuffledarray.c' 2021-11-25 00:25:56 +00:00

README

# ShuffledArray

This program generates a list of shuffled integers between 0 and N-1.

$ ./shuffledarray [--size SIZE] [--seed SEED]

Options:
  --help      : this help
  --size SIZE : default 10
  --seed SEED : random generator setting

Here I whote a post about it: gemini://fallible.dev/2021/shuffledarrays.gmi