You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

15 lines
186 B

# minute
```js
// usage
chance.minute()
```
Generate a random minute
```js
chance.minute();
=> 35
```
By default, returns a minute from 0 to 59. Idea is for generating a clock time.