How can I define a generator in hedgehog that generates lists of certain length?

后端 未结 0 367
生来不讨喜
生来不讨喜 2021-01-26 01:15

I try to create a list of integers in f# hedgehog. the list should have between 10 and 20 elements and hold integers in the range between 0 and 5.

Gen.list (Range         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题