Documentation ¶
Overview ¶
Package fastrand provides a fast random number generator based on xorshift
This sort of thing is frequently needed during benchmarks, and using math/rand will make create a single-threaded bottleneck. Using rand.New() is expensive so always creating multiple sources isn't always an answer either.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.