Commentary: Operators, Encryption

General:. This suite of operators are collected here because they have to do with random sets and things that are done with them.





Set Random Seed (seed => ?): Sets the seed for subsequent operations using the random number generator. This allows programmed random processes to be repeated.




Random Number (?): Niladic form generates random numbers between 0 and MAXINT (2^31-1).




Random Number (uplimit ?): Generate random numbers with an arbitrary starting seed. The argument (uplimit) is the upper limit of the range starting with 0 that bounds the result. If the argument is floating point, fractions random numbers are generated. If it is an integer, integral numbers are generated.




Random Numbers from seed ( uplimit ? seed): This behaves the same as the monadic form except the right argument sets the seed so the random numbers will repeat.




: .




: .




: .