aiken/crates
KtorZ 362acd43a3
Rework and optimize PRNG
Using ByteArrays as vectors on-chain is a lot more efficient than relying on actul Data's list of values. From the Rust end, it doesn't change much as we were already manipulating vectors anyway.
2024-03-04 14:27:16 +01:00
..
aiken cargo fmt --all 2024-03-03 21:05:43 +01:00
aiken-lang Rework and optimize PRNG 2024-03-04 14:27:16 +01:00
aiken-lsp Accept an optional --seed parameter for check, otherwise default to random. 2024-03-03 20:36:01 +01:00
aiken-project Rework and optimize PRNG 2024-03-04 14:27:16 +01:00
uplc Rework generate_raw to avoid need to intern in prop tests 2024-03-03 19:33:27 +01:00