Value to check.
Asserts that num represents a percentage and has a value in the [0,1] interval.
Number to test.
Converts a giver value to it's corresponding number.
Number like value.
How to thread nullable values. When enabled, given undefined or null will throw an error When disabled, given undefined or null will return them back.
Converted value
to number.
Calculates percentage
from a number
as an integer.
Integer is obtained by using {@link Math.round}.
Number.
Percent from that number.
Integer number which represents percent
from number
.
Calculates percentage
from a number
.
Number.
Percent from that number.
Number which represents percent
from number
.
Returns a random number between min (inclusive) and max (exclusive)
Minimum value.
Maximum value.
Random number.
Returns a random integer between min (inclusive) and max (inclusive). The value is no lower than min (or the next integer greater than min if min isn't an integer) and no greater than max (or the next integer lower than max if max isn't an integer).
Minimum value.
Maximum value.
Random integer.
Transform a number to a string by using only base58 chars.
Number to convert.
The string-representation of the number.
Asserts that value is an integer.