We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab95fb6 commit 5359664Copy full SHA for 5359664
src/ai/models/random/RandomModel.js
@@ -19,7 +19,7 @@ export default class RandomModel extends Model {
19
}
20
21
train() {
22
- this.randomize()
+ this.randomize();
23
24
25
randomize() {
0 commit comments