Random Function #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Right now, ground does not have any random functions. Here is my idea:
random &ref: Sets the variable ref to a random double such that0 \leq ref < 1.random $seed &ref: Uses a string as the seed for the random generator.I added this in the math library, can you try to use it?
No