chloride v0.1.0 (2016-04-04T03:27:29Z)
Dub
Repo
RandomByteRange
chloride
random
An input range that generates random bytes.
struct
RandomByteRange {
ubyte
front
[@property getter];
void
popFront
();
enum
empty
;
}
Members
Functions
popFront
void
popFront
()
Undocumented in source. Be warned that the author may not have intended to support it.
Manifest constants
empty
enum
empty
;
Undocumented in source.
Properties
front
ubyte
front
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
chloride
random
functions
fillRandom
random
randomArray
randomByteRange
randomBytes
structs
RandomByteRange
An input range that generates random bytes.