Skip to content

Instantly share code, notes, and snippets.

View urschrei's full-sized avatar

Stephan Hügel urschrei

View GitHub Profile
@urschrei
urschrei / Cargo.toml
Created September 12, 2024 16:21
Produce randomised output pairs from non-random input pairs
[package]
name = "shufflers"
description = "Produce random output pairs from non-random input pairs"
version = "0.1.0"
edition = "2021"
license = "BlueOak-1.0.0"
[dependencies]
rand = "0.8.5"