Documentation
¶
Overview ¶
Package rnd provides lock-free, allocation-free random helpers. It avoids the global rand lock by sharding PRNG state and using atomic round-robin across shards.
API is tiny on purpose: Float64(), Uint64(), Int63n().
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.