From 85f921cd33b402733cea4ce53206aa70a6092d49 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Mon, 16 Jan 2023 14:31:51 -0500 Subject: typo fix --- lib/utils/prng.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/utils/prng.py') diff --git a/lib/utils/prng.py b/lib/utils/prng.py index 2ec037c6..9face2be 100644 --- a/lib/utils/prng.py +++ b/lib/utils/prng.py @@ -3,7 +3,7 @@ from math import ceil from itertools import count, chain import numpy as np -# Framework for reproducable pseudo-random number generation. +# Framework for reproducible pseudo-random number generation. # Unlike python's random module (which uses a stateful generator based on global variables), # a counter-mode PRNG like uniformFloats can be used to generate multiple, independent random streams -- cgit v1.2.3