From 090812fcefc771f869d3da2dbf6259ae89a018c5 Mon Sep 17 00:00:00 2001 From: tuxxy Date: Wed, 11 Mar 2020 17:21:39 +0100 Subject: [PATCH] Fix typo: sudorandom -> pseudorandom --- utils/random/{sudorandom.go => pseudorandom.go} | 0 utils/random/{sudorandom_test.go => pseudorandom_test.go} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename utils/random/{sudorandom.go => pseudorandom.go} (100%) rename utils/random/{sudorandom_test.go => pseudorandom_test.go} (100%) diff --git a/utils/random/sudorandom.go b/utils/random/pseudorandom.go similarity index 100% rename from utils/random/sudorandom.go rename to utils/random/pseudorandom.go diff --git a/utils/random/sudorandom_test.go b/utils/random/pseudorandom_test.go similarity index 100% rename from utils/random/sudorandom_test.go rename to utils/random/pseudorandom_test.go