There is currently no way for library users to specify their own Random implementation when building noisers. This prevents tests from having predictable/deterministic results.
This can be exported in a separate Maven artifact that is specifically for testing which ideally includes all testonly artifacts in the main tree.
Related to #107