RandPCG v0.1.2 RandPCG.State View Source
Struct to hold the seed and incrimenter
Link to this section Summary
Types
Struct to hold the seed and incrimenter
32 bit unsigned integer Elixir has arbitrary precision, but the random numbers are limited
64 bit unsigned integer Elixir has arbitrary precision, but the random numbers are limited
Functions
Generates a new seed based on :os.system_time(:micro_seconds)
Generates a new state with seed based on :os.system_time(:micro_seconds)
Link to this section Types
Struct to hold the seed and incrimenter
32 bit unsigned integer Elixir has arbitrary precision, but the random numbers are limited
64 bit unsigned integer Elixir has arbitrary precision, but the random numbers are limited
Link to this section Functions
Generates a new seed based on :os.system_time(:micro_seconds)
Generates a new state with seed based on :os.system_time(:micro_seconds)