Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nomemory authored Mar 17, 2018
1 parent 12e261c commit e1aec00
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,27 @@ m.fmt("#{id},#{first},#{last},#{email},#{salary}")
}); // Writes the list to a file
```

Possible Output:

```
10,Marianna,Duma,[email protected],2214,341781929348574
20,Taryn,Contrenas,[email protected],3583,343141643983552
30,Melissa,Hayward,[email protected],1552,345359563978695
40,Vernita,Blind,[email protected],4454,349356219759467
50,Sharon,Susany,[email protected],1107,341564268273557
60,Catina,Barroso,[email protected],2817,373895563308966
70,Joe,Hibbets,[email protected],1857,340740009576588
80,Pearlene,Baldon,[email protected],2550,375873851661469
90,Evette,Zeis,[email protected],1578,375692810718024
100,Chrystal,Ambroz,[email protected],2130,342226196016008
110,Thuy,Sturkie,[email protected],1056,376516621386714
120,Colleen,Stachowicz,[email protected],2522,343614618335958
130,Lacey,Franza,[email protected],3712,377995434270084
140,Cherri,Maille,[email protected],4360,370982611739914
....
....
```

### 3. Probabilities

Example for generating numbers in intervals based on probabilities:
Expand Down

0 comments on commit e1aec00

Please sign in to comment.