radamsa

Crates.ioradamsa
lib.rsradamsa
version0.1.1
sourcesrc
created_at2021-10-13 02:49:56.721238
updated_at2021-10-13 02:57:33.018163
descriptionRadamsa made available to Rust via FFI
homepagehttps://github.com/lacraig2/radamsa-rs
repositoryhttps://github.com/lacraig2/radamsa-rs
max_upload_size
id464306
size7,846
Luke Craig (lacraig2)

documentation

https://docs.rs/radamsa

README

radamsa-rs

This project is wrapper for Rust around libradamsa exposed by the radamsa project.

API

The API is notably different from the radamsa C API in a few ways:

  • It does not require an init function to be called.
  • It renames the radamsa function to generate.
  • It renames the radamsa_inplace function to mutate.
  • It makes seeds optional by establishing a global atomic counter that increments.

Other than that go take a look at the docs.

I used this project as a means to learn some rust packaging. I am very open to PRs and Issues.

Commit count: 9

cargo fmt