-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Closed
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationrandomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib
Description
The default docs for Xoshiro
only document the type, but not the seeded creation method like for MersenneTwister
:
help?> Xoshiro
search: Xoshiro
Xoshiro
Xoshiro256++ is a fast pseudorandom number generator originally
developed by Sebastian Vigna. Reference implementation is
available at http://prng.di.unimi.it
[...]
help?> MersenneTwister
search: MersenneTwister
MersenneTwister(seed)
MersenneTwister()
Create a MersenneTwister RNG object. [...]
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentationrandomnessRandom number generation and the Random stdlibRandom number generation and the Random stdlib