Diode Client v1.0.1
  • Pages
  • Modules

    View Source DiodeClient.Random (Diode Client v1.0.1)

    Random provides random aliases for the range of machine types uint8-uint64, int8-int64 as well as additional aliases uint8h-uint64h generating random numbers starting at the lower types range end.

    Link to this section Summary

    Functions

    int16()
    int32()
    int64()
    int8()
    random(lo, hi)
    uint16()
    uint16h()
    uint31h()
    uint32()
    uint32h()
    uint63()
    uint63h()
    uint64()
    uint64h()
    uint8()
    uint8h()

    Link to this section Functions

    Link to this function

    int16()

    View Source
    Link to this function

    int32()

    View Source
    Link to this function

    int64()

    View Source
    Link to this function

    int8()

    View Source
    Link to this function

    random(lo, hi)

    View Source

    Specs

    random(integer(), integer()) :: integer()
    Link to this function

    uint16()

    View Source
    Link to this function

    uint16h()

    View Source
    Link to this function

    uint31h()

    View Source
    Link to this function

    uint32()

    View Source
    Link to this function

    uint32h()

    View Source
    Link to this function

    uint63()

    View Source
    Link to this function

    uint63h()

    View Source
    Link to this function

    uint64()

    View Source
    Link to this function

    uint64h()

    View Source
    Link to this function

    uint8()

    View Source
    Link to this function

    uint8h()

    View Source

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.28.1) for the Elixir programming language