Skip to content

v1.0.1

Latest
Compare
Choose a tag to compare
@justinrixx justinrixx released this 15 Mar 22:22
a575bb1

Change from using a global random source to instead use the top level functions provided by math/rand. This only affects code paths using DefaultDelayFn or CustomizedDelayFn. Note that this package does not seed the top level random source, so it is left up to this package's consumer if that is desired.