index
:
faker
erica/update-maintainers-sponsers-backers
imgbot
main
update_logo_and_readme
Generate massive amounts of fake data in the browser and node.js
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
random.unit.js
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-21
[api] Add method `faker.random.float`
Jimmy Cann
1
-0
/
+77
2017-10-12
Merge pull request #360 from landretk/master
Marak
1
-1
/
+1
2017-09-09
Revert "Update Random to create a per-instance copy of the RNG"
Marak
1
-16
/
+0
2017-09-08
Update Random to create a per-instance copy of the RNG
Chris Chambers
1
-0
/
+16
2017-09-08
Merge pull request #366 from joonhocho/master
Marak
1
-0
/
+40
2017-06-19
Generate a hexaDecimal string
Gokulnath Reddy
1
-0
/
+14
2017-03-01
Fix generation of float numbers
Ivan Goncharov
1
-0
/
+8
2016-04-08
add faker.random.arrayElements
Joon Ho Cho
1
-0
/
+40
2016-04-04
alphaNumeric takes now count as a argument
Krzysztof Kaczor
1
-0
/
+12
2016-03-30
Added gendered names to en locale
Keegan Landreth
1
-1
/
+1
2016-03-19
[fix] [tests] Update lodash API
Marak
1
-2
/
+2
2016-02-14
[api] [minor] Move semver to System resource #304
Marak
1
-1
/
+1
2016-02-14
Added faker.random.semver.
Justin McConnell
1
-0
/
+12
2015-07-15
Implemented faker.seed method for randomization seeding
Brandon Dail
1
-1
/
+7
2015-07-08
[api] [refactor] Rename `array_element` and `object_element` to camelCase. Se...
Marak
1
-3
/
+3
2015-06-11
resolves #176 Add random boolean generator
Alan Shaw
1
-0
/
+7
2015-06-10
Adding test for negative minimum and max = 0
Phil Greenberg
1
-0
/
+5
2015-06-10
Fixing bug in random.number when max = 0
Phil Greenberg
1
-1
/
+17
2015-04-11
Fix random number unit test spec
Evan Sharp
1
-1
/
+1
2014-12-22
Added unit test for uuid generator
James Drew
1
-0
/
+8
2014-11-28
added tests and corrected the number function
MichaĆ Kawalec
1
-1
/
+34
2014-09-11
[api] [refactor] Random.number is now powered by node-mersenne instead of Mat...
Marak
1
-7
/
+1
2014-09-11
[api] [refactor] Replaced Math.Random calls with Random.number. Random ranges...
Marak
1
-9
/
+20
2014-09-08
Fix: faker.Lorem.sentence() was ignoring the 'range' parameter.
Foster Hersey
1
-0
/
+5
2014-07-23
Updates to switch changes over to using 2 args to support min/max
Anthony van der Hoorn
1
-4
/
+3
2014-07-22
Bug fixes and latest version.
FotoVerite
1
-0
/
+22
2014-06-16
random number now accepts a range array [min, max].
Ed Shadi
1
-0
/
+22