aboutsummaryrefslogtreecommitdiff
path: root/modules/rng.py
AgeCommit message (Collapse)Author
2023-11-17feat: fix randn found element of type float at pos 2storyicon
Signed-off-by: storyicon <storyicon@foxmail.com>
2023-08-15RNG: Make all elements of shape `int`scatboxanon
2023-08-09split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC1111
import errors related to shared.py
2023-08-09rework RNG to use generators instead of generating noises beforehandAUTOMATIC1111