Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Fixed.
Oh so I checked and it seems that my edits are not the reason for the error. But it needs to be fixed anyway, I will take care of this.
Oh that's because I removed one character from the alphabet and didnt adjust the sampling function. I will fix this.
Sorry for the problem.
(OP is talking about JavaScript)
I can confirm the issue, there is an off-by-one error in the RNG:
This is my fault. I forgot that parseInt takes a second parameter which completely changes the behavior. It should be fixed now.