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

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