-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsampleStatsData.js
43 lines (43 loc) · 8.43 KB
/
sampleStatsData.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
db.Player.save({ number : 47, name: 'Nathan Adcock', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 45, name: 'Noel Arguelles', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 51, name: 'Jonathan Broxton', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 67, name: 'Francisley Bueno', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 52, name: 'Bruce Chen', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 31, name: 'Louis Coleman', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 55, name: 'Tim Collins', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 43, name: 'Aaron Crow', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 23, name: 'Danny Duffy', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 40, name: 'Kelvin Herrera', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 44, name: 'Luke Hochevar', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 56, name: 'Greg Holland', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 46, name: 'Tommy Hottovy', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 41, name: 'Jeremy Jeffress', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 32, name: 'Vin Mazzaro', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 39, name: 'Luis Mendoza', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 50, name: 'Jose Mijares', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 59, name: 'Felipe Paulino', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 57, name: 'Jonathan Sanchez', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 53, name: 'Will Smith', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 48, name: 'Joakim Soria', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 61, name: 'Everett Teaford', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 62, name: 'Ryan Verdugo', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 38, name: 'Blake Wood', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 27, name: 'Brayan Pena', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 13, name: 'Salvador Perez', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 28, name: 'Manny Pina', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 11, name: 'Yuniesky Betancourt', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 16, name: 'Billy Butler', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 2, name: 'Alcides Escobar', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 19, name: 'Irving Falu', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 17, name: 'Chris Getz', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 9, name: 'Johnny Giavotella', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 35, name: 'Eric Hosmer', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 8, name: 'Mike Moustakas', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 25, name: 'Clint Robinson', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 30, name: 'Jason Bourgeois', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 6, name: 'Lorenzo Cain', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 1, name: 'Jarrod Dyson', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 21, name: 'Jeff Francoeur', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 4, name: 'Alex Gordon', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 18, name: 'David Lough', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});
db.Player.save({ number : 26, name: 'Derrick Robinson', hits : Math.floor(Math.random()*200), ab: Math.floor(Math.random()*300)+200, bb:Math.floor(Math.random()*50)+5, hr: Math.floor(Math.random()*50)});