Pavel Bairov
Pavel Bairov
@slandelle 1. Yep, you're totally right about `Long`. I also realized this after a while, so locally I have the version which returns AnyVal. 2. About `max` and `maxL` I...
@shoaib42 @gemiusz Initial task didn't contain any info about `Double` or any another type except `Int` and `Long`... Nevertheless, we can generate `Double` in this way: 😅 ``` #{randomInt(1,10)}.#{randomInt(100,999)} //...
Yep, I understand. My example was just a workaround :)
@shoaib42 Yep, you're totally right) I understand and don't deny necessity functions for random `Double` and `Float`. I just to basic on initial task which contains info only about `Int`...
@shoaib42 I think it's fair if you will implement random for `Double` :)
I created PR https://github.com/gatling/gatling/pull/4307
@slandelle Thank you for reviewing! I'm gonna fix
@slandelle Got it.
@slandelle I don't sure completely about function naming `wsLogsPiling`, so any suggestions?
Oops... I have done this task - https://github.com/gatling/gatling/pull/4311