It is a pseudo "random" number generator, just not necessarily a good one. Acts very similar to java's built in RNG, return a double in the range [0,1). Works by dividing the current nanosecond by pi then taking mod 1 to get just the decimal part.

Built With

Share this project:

Updates