Module smartnoise_runtime::utilities [−][src]
Modules
| mechanisms | |
| noise |
Functions
| binary_to_f64 | Converts |
| broadcast_map | Broadcast left and right to match each other, and map an operator over the pairs. |
| combine_components_into_ieee | Combines |
| create_subset | Accepts set and element weights and returns a subset of size k (without replacement). |
| f64_to_binary | Converts an |
| fill_bytes | |
| get_bytes | Return bytes of binary data as |
| get_closest_multiple_of_lambda | Finds the closest number to x that is a multiple of Lambda. |
| get_num_columns | Accepts an ndarray and returns the number of columns. |
| get_num_rows | |
| sample_from_set | Samples a single element from a set according to provided weights. |
| split_ieee_into_components | Takes |
| standardize_columns | |
| to_nd |