class

Random::CLI

Inherits Reference < Object

Constants

DEFAULT_BYTES = 16_u32
VERSION = "0.1.0"

Constructors

new(opts = ARGV.dup)
Source

Instance methods

bytes
Source
bytes=(bytes : UInt32)
Source
dev_input
Source
dev_input=(dev_input : IO)
Source
dev_input?
Source
format
Source
format=(format : Format)
Source
io=(io : IO)
Source
linefeed

property buffer : Bytes = Bytes.new(BUFFER_SIZE)

Source
linefeed=(linefeed : Int32 | Nil)

property buffer : Bytes = Bytes.new(BUFFER_SIZE)

Source
random
Source
random=(random : Random)
Source
random?
Source
random_bytes(buf)
Source
seed
Source
seed=(seed : UInt64)
Source
sequence
Source
sequence=(sequence : UInt64)
Source
source
Source
source=(source : Source)
Source
write_bytes(buf)
Source