Learn to manage BIM workflows and create professional Archicad templates with the BIM Manager Program.
2019-11-08 03:24 PM
2019-11-09 03:42 PM
2019-11-09 05:46 PM
2019-11-13 07:18 AM
Péter wrote:
RND returns the same sequence of random numbers in each run. The sequence is different for each placed object. This makes it possible to create randomized objects (eg. trees) that look the same on different 3d views (different sections, animated fly-through rendering).
It is possible to get the time using REQUEST(“DateTime”,…).
You can convert the returned string to a number with SPLIT.
Use that in a loop to get different number of random numbers in each run.
n = REQUEST ("DateTime", "%S", datetimestring) split(datetimestring, "%n", rndseed) for i = 1 to rndseed + 1 random = int(rnd(100)) next i text2 0,0, str(random, 1, 0)
AC22-28 AUS 3110 | Help Those Help You - Add a Signature |
Self-taught, bend it till it breaks | Creating a Thread |
Win11 | i9 10850K | 64GB | RX6600 | Win11 | R5 2600 | 16GB | GTX1660 |