Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

lacraig2/radamsa-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Radamsa rust bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages