This commit is contained in:
@@ -972,8 +972,14 @@ export default {
|
||||
ret.push(6);
|
||||
}
|
||||
return ret;
|
||||
},
|
||||
///////////////////////////////////////////////
|
||||
// Random integer from 0 to max
|
||||
//
|
||||
//
|
||||
getRandomInt: function(max) {
|
||||
return Math.floor(Math.random() * max);
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user