polydat 0.1.0

Polydat — generation kernel for deterministic variate generation in nb-rs (formerly nbrs-variates)
Documentation
1
2
3
4
5
6
7
8
9
// real_data.gk — Real-world data nodes from bundled datasets.
//
// Exercises first_names, last_names, state_codes, country_names.

input cycle: u64
fname := first_names(hash(cycle))
fullname := full_names(hash(cycle))
state := state_codes(hash(cycle))
country := country_names(hash(cycle))