random-bunny/src
Ethan Lane e766a42235
All checks were successful
continuous-integration/drone/push Build is passing
Fix bug where the randomiser would pick -1
This was caused by the randomiser using the wrong brackets.

We needed the maximum index of the length - 1, but the randomiser would
take the 1 AFTER randomising, adding brackets made it do this BEFORE.
2023-05-29 16:48:01 +01:00
..
contracts Update project to allow for ESM modules 2023-02-27 18:33:32 +00:00
index.ts Fix bug where the randomiser would pick -1 2023-05-29 16:48:01 +01:00