17. Computing mathematical absolute value for int/long and result overflow Mathematical absolute value is notated by placing the value between…

20. Getting integral and fractional parts from a double You know, there are some problems which are very easy if…

22. Hooking Java (un)signed integers in a nutshell Signed values (or variables) such as signed integers or signed longs allow…

23. Returning the flooring/ceiling modulus Having the dividend / divisor = quotient computation, we know that the floor operation applied…

24. Collecting all prime factors of a given number A prime number is a number divisible by itself and 1…

18. Computing the quotient of the arguments and result overflow Let’s start with two simple computations as follows: -4/-1 =…

26. Rounding a float number to specified decimals Consider the following float number and the number of decimals that we…

StreamableGenerator can return streams of RandomGenerator objects SplitableGenerator can return a new generator from this one (spit itself) JumpableGenerator can…

28. Using TAU What is TAU? Short answer: Is a Greek letter.Long answer: Is a Greek letter used to define…

30. Filling a long array with pseudo-random numbers When we think to fill up a large array with data, we…