bmcfee / muda

A library for augmenting annotated audio data
ISC License
230 stars 33 forks source link

RNG serialization #75

Closed bmcfee closed 4 years ago

bmcfee commented 4 years ago

This PR fixes #74 by only serializing the RNG seed parameter, and not the entire randomstate object.


This change is Reviewable