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
213 B

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