Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
of_length n
is a sample that always produces an array of fixed size n
.
range min max s
is a sample that always produces an array of size n
, where min <= n < max
, using the given sample s
.