Update 'shuffledarray/shuffledarray.c'

This commit is contained in:
jailop 2021-11-25 00:25:56 +00:00
parent 6d83c77373
commit af6114e44a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
* This program randomly permutes a list of N sequential numbers.
* It is based on the Fisher-Yates shuffle algorithm.
*
* (2021) Jaime Lopez <jailop AT protonmail DOT com>
* (2021) Jaime Lopez <jailop AT thunix DOT net>
*/
#include <stdio.h>