elastic / makelogs

109 stars 44 forks source link

RandomList function return undefined #39

Closed ytzlax closed 6 years ago

ytzlax commented 6 years ago

Hi, In makelogs\samples\random_list.js file you have RandomList function, this function return sometimes undefined, for example in case the list length is 2, and Math.random() return 0.9, so the function return list[2], there is nothing in this place, I think you need to replace Math.round with Math.floor

spalger commented 6 years ago

Fixed by #40

spalger commented 6 years ago

released in v4.0.3