RandPCG v0.1.2 RandPCG.Worker View Source

GenServer for generating random numbers based on the PCG Algorithm

Link to this section Summary

Types

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 Types

Link to this type uint32() View Source
uint32() :: non_neg_integer

32 bit unsigned integer Elixir has arbitrary precision, but the random numbers are limited

Link to this type uint64() View Source
uint64() :: non_neg_integer

64 bit unsigned integer Elixir has arbitrary precision, but the random numbers are limited

Link to this section Functions