Skip to content

Don't use entropy for test

meskio requested to merge meskio/snowflake:non_entropy_tests into main

Use math/rand instead of crypto/rand, so entropy is not a blocker when running the tests.

Merge request reports