All Functions

byte - eight bits

Generates a random byte, a unit of digital information in computing and telecommunications that most commonly consists of eight bits.

Source: http://en.wikipedia.org/wiki/Byte

To randomly generate bits with other lengths than 8, check the bin() function.

Usage(s)

byte () Returns a byte (8bits)

Parameter(s)

This function has no parameters

Example(s)

A byte

byte()
01100001
00010001
01101101
10101000
10010110
01110001
00111110
00011111
00010101
01010011
01100111
11100000
11100101
01010110
11000010
00111111
11101100
00001110
11010000
10011100

See also

bin - binary value