aboutsummaryrefslogtreecommitdiffstats
path: root/modules/rng.py
Commit message (Collapse)AuthorAgeFilesLines
* feat: fix randn found element of type float at pos 2storyicon2023-11-171-1/+1
| | | | Signed-off-by: storyicon <storyicon@foxmail.com>
* RNG: Make all elements of shape `int`scatboxanon2023-08-151-1/+1
|
* split shared.py into multiple files; should resolve all circular reference ↵AUTOMATIC11112023-08-091-2/+1
| | | | import errors related to shared.py
* rework RNG to use generators instead of generating noises beforehandAUTOMATIC11112023-08-091-0/+171