Compare commits
No commits in common. "cc6aad7223c25102f6299028015df00ce9f55002" and "8a69a4fc1ec754b3f19617573639a7382dc3c2a1" have entirely different histories.
cc6aad7223
...
8a69a4fc1e
@ -233,7 +233,7 @@ export function ctor() {
|
||||
}
|
||||
|
||||
Array.prototype.random = function (this: Array<any>) {
|
||||
return this[PublicShared.randomNum(0, this.length - 1)];
|
||||
return this[PublicShared.randomNum(0, this.length)];
|
||||
};
|
||||
|
||||
Array.prototype.intersection = function (this: Array<any>, other: Array<any>) {
|
||||
|
Loading…
Reference in New Issue
Block a user