@studiokeywi/banjo - v0.0.1
    Preparing search index...

    Module math/random

    Simple API wrapping around arbitrary pseudo-random number generation algorithms and their common utilizations (such as random integers and shuffling arrays)

    studioKeywi

    Interfaces

    RNG

    Utility functions that make use of (pseudo-)random number generation

    Functions

    jsf32
    mulberry32
    native
    sfc32
    shuffle

    Shuffles an array. Mutates the original array

    splitMix32
    xoshiro132