random ¶
the random submodule of numluau.
methods¶
default_rng -> () ¶
Constructs a new Generator object using the default bit generator (PCGXSH) with the seed provided.
XOSHIRO128 -> () ¶
returns a bit generator that produces numbers using XOSHIRO128.
generator -> () ¶
Constructs a new Generator object using the bit generator provided.
SFC32 -> () ¶
returns a bit generator that produces numbers using SFC32.
Philox -> () ¶
returns a bit generator that produces numbers using Philox.
JSF32 -> () ¶
returns a bit generator that produces numbers using JSF32.
PCGXSH -> () ¶
returns a bit generator that produces numbers using PCGXSH.