# Functions
ByteCountIEC convert the byte in input to MB/KB/TB ecc.
ByteCountSI convert the byte in input to MB/KB/TB ecc.
ConvertSize is delegated to return the dimension related to the input byte size.
GenerateSequentialArray is delegated to generate an array of sequential number.
InitRandomizer initialize a new RandomGenerator.
No description provided by the author
No description provided by the author
RandomByte is delegated to generate a byte array with the given input length.
RandomFloat32 initialize a new seed using the UNIX Nano time and return a float32 between the 2 input value.
RandomFloat64 initialize a new seed using the UNIX Nano time and return a float64 between the 2 input value.
RandomInt initialize a new seed using the UNIX Nano time and return an integer between the 2 input value.
RandomInt32 initialize a new seed using the UNIX Nano time and return an integer between the 2 input value.
RandomInt64 initialize a new seed using the UNIX Nano time and return an integer between the 2 input value.
# Constants
No description provided by the author
6 bits to represent a letter index.
All 1-bits, as many as LETTER_IDX_BYTES.
# of letter indices fitting in 63 bits.
# Structs
RandomGenerator is delegated to generate random without call seed every time.