ponylang / ponyc

Pony is an open-source, actor-model, capabilities-secure, high performance programming language
http://www.ponylang.io
BSD 2-Clause "Simplified" License
5.68k stars 409 forks source link

Ponycheck: Collections generators #4048

Open mfelsche opened 7 years ago

mfelsche commented 7 years ago

Create more generators for creating collections:

mfelsche commented 7 years ago

Also add methods on Generators for easily creating collections of random length.

mfelsche commented 6 years ago

Generators for persistent collections https://stdlib.ponylang.org/collections-persistent--index are missing

mfelsche commented 6 years ago

The current generator methods on the primitive Generators already allow for creating collections of random size within bounds