Changes since v1.1.0
- Overloads for arrays with
KRand.RandomElement()
andKRand.Shuffle()
RandomElement()
andShuffle()
now use less random bytes when possible (most of the time)- These methods also now return a
ref
orref readonly
if possible
KRand.RandomElement()
and KRand.Shuffle()
RandomElement()
and Shuffle()
now use less random bytes when possible (most of the time)ref
or ref readonly
if possible