Produces random maps of integrals
Produces random maps of integrals
the type of single-value data to be generated
the type of map
- a generator of single (long) values
minimum size of the map; 0 if missing
maximum size of the map; if missing, all maps are of the same size
a generator of maps of integrals; the keys by default have the form "k0", "k1", etc
Produces random maps of texts
Produces random maps of texts
the type of single-value data to be generated
the type of map
- a generator of single values, e.g. emails(domain), or countries
minimum size of the map; 0 if missing
maximum size of the map; if missing, all maps are of the same size
a generator of maps of texts; the keys by default have the form "k0", "k1", etc
Produces random maps of binaries
Produces random maps of binaries
the probability at which the values are true
minimum size of the map; 0 if missing
maximum size of the map; if missing, all maps are of the same size
a generator of maps of texts; the keys by default have the form "k0", "k1", etc
Produces random maps of geolocation
Produces random maps of geolocation
the type of geolocation generator
- a generator of single Geolocation values
minimum size of the map; 0 if missing
maximum size of the map; if missing, all maps are of the same size
a generator of maps of geolocations; the keys by default have the form "k0", "k1", etc
Produces random NameStats maps (custom maps with pre-defined keys/values with names and demographic info)
Produces random NameStats maps (custom maps with pre-defined keys/values with names and demographic info)
a generator of NameStats maps; the keys will be limted to the set defined by NameStats.Keys
Produces random maps of Reals
Produces random maps of Reals
the type of single-value data to be generated
the type of map
- a generator of single (Double) values
minimum size of the map; 0 if missing
maximum size of the map; if missing, all maps are of the same size
a generator of maps of reals; the keys by default have the form "k0", "k1", etc