Synthia
Generic and flexible data structure generator
Packages
Here are the packages with brief descriptions (if available):
[detail level 12345]
 Nca
 Nuqac
 Nlif
 Nsynthia
 NcollectionPickers generating and manipulating collections, such as lists and sets
 NenumerativePickers that systematically enumerate all values from a set of other pickers
 NexplanationObjects related to the explanation of results produced by pickers
 NgrammarPickers generating sequences based on a context-free grammar
 Nmap
 NrandomPickers that produce pseudo-random objects such as numbers
 NrelativePickers that produce a value in relation to another value
 NsequencePickers related to the generation of a sequence of values
 NsignalPickers producing values representing a form of (periodic) signal
 NstringPickers producing and manipulating character strings
 NtestClasses that enable Synthia to operate as a fuzz testing tool
 NtreePickers for the generation of trees made of nodes with labels
 NutilMiscellaneous pickers performing various functions
 NvectorPickers generating multi-dimensional numerical vectors
 Nwidget
 Nexamples
 NapacheGenerates a fake web server log simulating the trajectory of multiple visitors through a randomly-generated site map
 NbasicSimple examples involving only basic pickers
 NgrammarGenerates values based on derivations of a formal grammar in Backus-Naur form
 NgraphsIllustrates pickers generating various trees and general graphs
 NguiExamples showing pickers interacting with elements of a graphical user interface
 NhypersphereA series of simple examples showing how the same HyperspherePicker can produce points following different patterns depending on the composition of pickers given as its input arguments
 NmutationExamples showing the object mutation functionality of some pickers
 NoscilloscopeExamples combining the SineWave picker with a two-dimensional PrismPicker
 NprovenanceExamples illustrating the explainability functionalities of Synthia
 NquickcheckExamples illustrating the shrinking functionalities of Synthia
 NsequencesExamples of pickers generating sequences of objects
 Nutil