How to create a generator which will generate random numbers 1-39 with no duplicate numbers and numbers should be ascending.
Can I change the value that contains multiple comma-behind values (like 2.6449999999999996) so that it has only 2 values behind the comma (like 2.64). I tho...